Skip to content

Commit

Permalink
try with my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Feb 15, 2024
1 parent 85e4f3d commit 04239b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ENV moab_install_dir=${install_dir}/moab

RUN mkdir -p ${moab_build_dir}/build && \
cd ${moab_build_dir} && \
git clone -b ${MOAB_BRANCH} --depth 1 https://bitbucket.org/fathomteam/moab && \
git clone -b disable-blaslapack https://ahnaf-tahmid@bitbucket.org/ahnaf-tahmid-chowdhury/moab.git && \
cd build && \
cmake ../moab -DCMAKE_INSTALL_RPATH=${hdf5_install_dir}/lib:${moab_install_dir}/lib \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 04239b5

Please sign in to comment.