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
unsio
Commits
7f88b611
Commit
7f88b611
authored
May 14, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update for ubuntu
parent
30ca6d0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
setup.py
setup.py
+7
-3
No files found.
setup.py
View file @
7f88b611
...
...
@@ -48,7 +48,7 @@ class build_py(_build_py, object):
#
MAJOR
=
'0'
MINOR
=
'9'
MICRO
=
'3rc
2
'
MICRO
=
'3rc
3
'
VERSION
=
'%s.%s.%s'
%
(
MAJOR
,
MINOR
,
MICRO
)
#
...
...
@@ -117,10 +117,14 @@ def setup_package():
'-I./py/unsio'
,
'-Iswig'
],
include_dirs
=
[
numpy_include
,
'src'
],
libraries
=
[
'unsio'
],
library_dirs
=
[
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib'
,
library_dirs
=
[
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib'
,
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib/x86_64-linux-gnu'
,
'/usr/lib64'
,
'/lib64'
],
runtime_library_dirs
=
[
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib'
,
'/usr/lib64'
,
'/lib64'
]
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib'
,
os
.
environ
[
'HOME'
]
+
'/local/unsio/lib/x86_64-linux-gnu'
,
'/usr/lib64'
,
'/lib64'
]
)
],
entry_points
=
{
...
...
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