Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
b8db355b
Commit
b8db355b
authored
Feb 15, 2018
by
eric pellegrini
Committed by
Remi Perenon
Mar 19, 2018
Browse files
refactored the windows build scripts with ILL version of ScientificPython and MMTK
parent
90e99a2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
BuildServer/Debian/run_build.sh
View file @
b8db355b
...
...
@@ -14,8 +14,8 @@ BLEU="\\033[1;34m"
cd
/tmp
rm
-rf
scientific-python
git clone https://code.ill.fr/scientific-software/scientific-python.git
git checkout master
cd
scientific-python
git checkout master
python setup.py build
declare
-x
PYTHONPATH
=
/tmp/scientific-python/build/lib.linux-x86_64-2.7/:
${
PYTHONPATH
}
...
...
@@ -24,8 +24,8 @@ declare -x PYTHONPATH=/tmp/scientific-python/build/lib.linux-x86_64-2.7/:${PYTHO
cd
/tmp
rm
-rf
mmtk
git clone https://code.ill.fr/scientific-software/mmtk.git
git checkout master
cd
mmtk
git checkout master
python setup.py build
...
...
BuildServer/Windows/run_build.sh
View file @
b8db355b
...
...
@@ -177,8 +177,6 @@ mv \$_OUTDIR/bin/netcdf.dll .
mv
\$
_OUTDIR/include/netcdf.h
.
mv
\$
_OUTDIR/lib/netcdf.lib
.
rm
-rf
\$
_OUTDIR
git clone https://code.ill.fr/scientific-software/scientific-python.git
cd
scientific-python
git checkout master
...
...
@@ -194,6 +192,7 @@ git clone https://code.ill.fr/scientific-software/mmtk.git
cd
mmtk
git checkout master
cmd /V:ON /E:ON /C
"
${
SCRIPT_DIR_WIN
}
/setup_and_build.bat"
"
${
DEPENDENCIES_DIR_WIN
}
/mmtk"
"
${
TARGET_DIR
}
"
"
${
MSVC_BUILD_TARGET
}
"
cd
..
rm
-rf
mmtk
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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