Skip to content
Snippets Groups Projects
Commit f9191b69 authored by pablo_import's avatar pablo_import
Browse files

fixing symlinks to software stack is available in the container

parent 67c81806
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ stages: ...@@ -11,7 +11,7 @@ stages:
before_script: before_script:
- echo "Running global 'before_script'..." - echo "Running global 'before_script'..."
- yum -y -q -e 0 install tcl - yum -y -q -e 0 install tcl
- mkdir -p /scicore/soft/modules - mkdir -p /scicore/soft/
- ln -s /export/soft/apps/centos6/generic /scicore/soft/apps - ln -s /export/soft/apps/centos6/generic /scicore/soft/apps
- ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules - ln -s /export/soft/modules/centos6/generic/all /scicore/soft/modules
- source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash - source /export/soft/lua_lmod/centos6/lmod/lmod/init/bash
...@@ -34,7 +34,7 @@ build:centos6.6: ...@@ -34,7 +34,7 @@ build:centos6.6:
image: centos:6.6 image: centos:6.6
script: script:
- echo "Building on CentOS 6..." - echo "Building on CentOS 6..."
- /scicore/soft/apps/GCC/4.7.2/bin/c++ - cmake --help
- cmake .. -DENABLE_MM=1 - cmake .. -DENABLE_MM=1
-DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so -DOPEN_MM_LIBRARY=$EBROOTOPENMM/lib/libOpenMM.so
-DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins -DOPEN_MM_PLUGIN_DIR=$EBROOTOPENMM/lib/plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment