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
MDANSE
Commits
a6584395
Commit
a6584395
authored
Jul 04, 2018
by
eric pellegrini
Browse files
Bug fix with Scientific and MMTK instalaltion path on MacOS
parent
c26436f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Unix/definitions_macos.sh
View file @
a6584395
...
...
@@ -5,8 +5,8 @@ export PYTHONEXE=/usr/bin/python
# The sed -i"" is compulsory other crashes on macos
export
SED_I_COMMAND
=
'sed -i ""'
export
MDANSE_SOURCE_DIR
=
$(
pwd
)
export
MDANSE_TEMPORARY_INSTALLATION_DIR
=
${
MDANSE_SOURCE_DIR
}
/build
/osx
export
PYTHONPATH
=
${
MDANSE_TEMPORARY_INSTALLATION_DIR
}
/lib/python2.7/site-packages/
:
${
PYTHONPATH
}
export
MDANSE_TEMPORARY_INSTALLATION_DIR
=
${
MDANSE_SOURCE_DIR
}
/build
export
PYTHONPATH
=
${
MDANSE_TEMPORARY_INSTALLATION_DIR
}
:
${
PYTHONPATH
}
export
MDANSE_DEPENDENCIES_DIR
=
/Users/ci/Projects/mdanse/dependencies
export
RED
=
"
\\
033[1;31m"
export
BLUE
=
"
\\
033[1;34m"
...
...
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