Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
mmtk
Commits
bc2015ac
Commit
bc2015ac
authored
Feb 19, 2018
by
eric pellegrini
Browse files
debug
parent
d251a94b
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bc2015ac
...
...
@@ -38,7 +38,8 @@ include_dirs = ['Include']
python_version
=
'python%d.%d'
%
sys
.
version_info
[:
2
]
netcdf_h_search_paths
=
[
os
.
path
.
join
(
sys
.
prefix
,
'include'
,
python_version
,
'Scientific'
),
netcdf_h_search_paths
=
[
os
.
path
.
join
(
sys
.
prefix
,
'include'
,
'Scientific'
),
os
.
path
.
join
(
sys
.
prefix
,
'include'
,
python_version
,
'Scientific'
),
os
.
path
.
join
(
sys
.
prefix
,
'local'
,
'include'
,
python_version
,
'Scientific'
)]
netcdf_h
=
None
...
...
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