Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
spherelib
Spherelib
Commits
ab6cda89
Commit
ab6cda89
authored
Oct 14, 2010
by
Maude Le Jeune
Browse files
No commit message
No commit message
parent
8d7c3cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python/wscript
python/wscript
+2
-2
No files found.
python/wscript
View file @
ab6cda89
...
...
@@ -36,7 +36,7 @@ def configure(ctx):
ctx.check_python_headers()
ctx.check_tool('swig')
ctx.check_tool('compiler_cxx')
ctx.check_fortran()
#
ctx.check_fortran()
ctx.check(header_name=['gsl/gsl_rng.h', 'gsl/gsl_sort_double.h'],compile_mode='cxx', mandatory=True)
ctx.check_cxx(lib=['gsl', 'gslcblas'], libpath=str(Options.options.with_gsl)+"/lib", uselib_store='gsl', mandatory=True)
...
...
@@ -157,4 +157,4 @@ def build(bld):
## TODO !!
print('→ building icosahedron')
#
os.system("gfortran ../include/icosahedron.f -o "+'${PREFIX}'+"/bin/icosahedron")
os.system("gfortran ../include/icosahedron.f -o "+'${PREFIX}'+"/bin/icosahedron")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment