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
03bdb758
Commit
03bdb758
authored
Nov 02, 2016
by
eric pellegrini
Browse files
Merge branch 'develop' of
ssh://code.ill.fr/scientific-software/mdanse
into develop
parents
297cb268
5f2c7be2
Pipeline
#1120
passed with stages
in 10 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Windows/run_build.sh
View file @
03bdb758
...
...
@@ -84,6 +84,9 @@ cd ${DEPENDENCIES_DIR}
echo
"Extracting dependencies"
# extract setuptools
extract setuptools-28.7.1.
${
BUILD_TARGET
}
.exe PURELIB
# extract numpy
extract numpy-MKL-1.8.0.
${
BUILD_TARGET
}
-py2
.7.exe PLATLIB
...
...
@@ -134,6 +137,9 @@ extract MMTK-2.7.6.${BUILD_TARGET}-py2.7.exe PLATLIB
# move the packages to the target directory
echo
"Moving dependencies to
${
BUILD_TARGET
}
"
mv
PURELIB/pkg_resources
${
TARGET_DIR_CYGWIN
}
/Lib/site-packages/pkg_resources
mv
PLATLIB/numpy
${
TARGET_DIR_CYGWIN
}
/Lib/site-packages/numpy
mv
PURELIB/dateutil
${
TARGET_DIR_CYGWIN
}
/Lib/site-packages/dateutil
...
...
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