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
a95b2c6e
Commit
a95b2c6e
authored
Nov 02, 2016
by
eric pellegrini
Browse files
Merge branch 'release-1.0.3'
parents
6e9512d5
553a8c0b
Pipeline
#1123
passed with stages
in 18 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Windows/run_build.sh
View file @
a95b2c6e
...
...
@@ -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
...
...
MDANSE/__pkginfo__.py
View file @
a95b2c6e
__version__
=
"1.0.3
a
"
__version__
=
"1.0.3"
__date__
=
"02-11-2016"
...
...
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