Skip to content
Snippets Groups Projects
Commit f40bcfb6 authored by Bienchen's avatar Bienchen
Browse files

Fixing symlink

parent f1c3867f
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ stages:
before_script:
- echo "Running global 'before_script'..."
- yum -y -q -e 0 install tcl
- mkdir -p /scicore/soft/
- mkdir -p /scicore/soft/modules
- ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
- ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
- source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
......@@ -34,24 +34,6 @@ build:centos6.6:
image: centos:6.6
script:
- echo "Building on CentOS 6..."
- cmake --help
- cmake .. -DENABLE_MM=1
-DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so
-DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins
-DOPEN_MM_INCLUDE_DIR=$EBROOTOPENMM/include
-DCOMPILE_TMTOOLS=1
-DENABLE_GFX=OFF
-DENABLE_GUI=OFF
-DUSE_NUMPY=1
-DUSE_RPATH=1
-DPYTHON_ROOT=$EBROOTPYTHON
-DEIGEN3_INCLUDE_DIR=$EBROOTEIGEN/include
-DFFTW_LIBRARY=$EBROOTFFTW/lib/libfftw3f.a
-DFFTW_INCLUDE_DIR=$EBROOTFFTW/include
-DBOOST_ROOT=$EBROOTBOOST
-DQT_QMAKE_EXECUTABLE=$EBROOTQT/bin/qmake
-DCOMPOUND_LIB=$COMP_LIB
-DOPTIMIZE=1
- echo "... done building on CentOS 6."
# TESTS STAGE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment