Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
0087dcb8
"platforms/cpu/vscode:/vscode.git/clone" did not exist on "10ceb969a641f58ea57d9264944e7cce2c812b08"
Commit
0087dcb8
authored
Nov 14, 2016
by
jchodera
Browse files
Build tests for packaging
parent
b9e2844f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
devtools/packaging/scripts/linux/build-clang.sh
devtools/packaging/scripts/linux/build-clang.sh
+0
-7
devtools/packaging/scripts/linux/build-gcc.sh
devtools/packaging/scripts/linux/build-gcc.sh
+0
-7
No files found.
devtools/packaging/scripts/linux/build-clang.sh
View file @
0087dcb8
...
...
@@ -27,13 +27,6 @@ CMAKE_FLAGS+=" -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-8.0/"
CMAKE_FLAGS+
=
" -DOPENCL_INCLUDE_DIR=/opt/AMDAPPSDK-3.0/include/"
CMAKE_FLAGS+
=
" -DOPENCL_LIBRARY=/opt/AMDAPPSDK-3.0/lib/x86_64/libOpenCL.so"
CMAKE_FLAGS+
=
" -DOPENMM_GENERATE_API_DOCS=ON"
# Don't build tests
CMAKE_FLAGS+
=
" -DBUILD_TESTING=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_CPU_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_CUDA_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_OPENCL_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_REFERENCE_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_SERIALIZATION_TESTS=OFF"
# Set location for FFTW3
PREFIX
=
"
$WORKSPACE
/miniconda"
CMAKE_FLAGS+
=
" -DFFTW_INCLUDES=
$PREFIX
/include"
...
...
devtools/packaging/scripts/linux/build-gcc.sh
View file @
0087dcb8
...
...
@@ -26,13 +26,6 @@ CMAKE_FLAGS+=" -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-8.0/"
CMAKE_FLAGS+
=
" -DOPENCL_INCLUDE_DIR=/opt/AMDAPPSDK-3.0/include/"
CMAKE_FLAGS+
=
" -DOPENCL_LIBRARY=/opt/AMDAPPSDK-3.0/lib/x86_64/libOpenCL.so"
CMAKE_FLAGS+
=
" -DOPENMM_GENERATE_API_DOCS=ON"
# Don't build tests
CMAKE_FLAGS+
=
" -DBUILD_TESTING=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_CPU_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_CUDA_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_OPENCL_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_REFERENCE_TESTS=OFF"
CMAKE_FLAGS+
=
" -DOPENMM_BUILD_SERIALIZATION_TESTS=OFF"
# Set location for FFTW3
PREFIX
=
"
$WORKSPACE
/miniconda"
CMAKE_FLAGS+
=
" -DFFTW_INCLUDES=
$PREFIX
/include"
...
...
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