Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LAMBERT Jean-charles
uns_projects
Commits
fd119567
Commit
fd119567
authored
Dec 18, 2019
by
LAMBERT Jean-charles
Committed by
LAMBERT Jean-charles
Feb 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lib64 to setup.py
parent
0daab9e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
fd119567
...
...
@@ -165,7 +165,7 @@ def setup_package():
(
'NO_CUDA'
,
None
)
],
# NOTE : libraries linking order is VERY important !!!
libraries
=
[
'JCLutils'
,
'JCLprojects'
,
'unsio'
,
'WDutils'
,
'falcON'
,
'nemo'
,
'cpgplot'
,
'pgplot'
,
'sqlite3'
,
'X11'
,
'gfortran'
],
library_dirs
=
[
'/usr/lib/x86_64-linux-gnu'
,
'/usr/lib64'
,
'/lib64'
,
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib'
,
library_dirs
=
[
'/usr/lib/x86_64-linux-gnu'
,
'/usr/lib64'
,
'/lib64'
,
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib'
,
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib64'
,
os
.
environ
[
'NEMO'
]
+
'/lib'
,
os
.
environ
[
'NEMO'
]
+
'/usr/dehnen/utils/lib'
,
os
.
environ
[
'NEMO'
]
+
'/usr/dehnen/falcON/lib'
],
...
...
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