Skip to content

Commit

Permalink
Merge pull request #4903 from psychocoderHPC/topic-CITestLAtestISAAC
Browse files Browse the repository at this point in the history
CI: test latest ISAAC
  • Loading branch information
PrometheusPi committed May 14, 2024
2 parents 28e824f + 1d8d28e commit f3a169c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions share/ci/install/isaac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ set -o pipefail
if [ -z "$DISABLE_ISAAC" ] ; then
cd $CI_PROJECT_DIR

export GLM_ROOT=/opt/glm/0.9.9.9-dev
export GLM_VERSION=1.0.1
export GLM_ROOT=/opt/glm/$GLM_VERSION
export CMAKE_PREFIX_PATH=$GLM_ROOT:$CMAKE_PREFIX_PATH
git clone https://github.com/g-truc/glm.git
git clone https://github.com/g-truc/glm.git --depth 1 --branch $GLM_VERSION
cd glm
git checkout 6ad79aae3eb5bf809c30bf1168171e9e55857e45
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=$GLM_ROOT -DGLM_TEST_ENABLE=OFF
Expand All @@ -19,7 +19,7 @@ if [ -z "$DISABLE_ISAAC" ] ; then
cd $CI_PROJECT_DIR
git clone https://github.com/ComputationalRadiationPhysics/isaac.git
cd isaac
git checkout 195420ca1c43f6148c7f6c3a10ad9cad32e04d6a
git checkout 6bf8e189142da7ab16f8367316fb21dcaa7e3b78
mkdir build_isaac
cd build_isaac
cmake ../lib/ -DCMAKE_INSTALL_PREFIX=$ISAAC_ROOT
Expand Down

0 comments on commit f3a169c

Please sign in to comment.