Skip to content

Commit 8bb055f

Browse files
committed
Merge branch 'cg_cppflow_migration' of github.com:astro-informatics/purify into cg_cppflow_migration
2 parents 8b3cd2c + 4f23771 commit 8bb055f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
run: |
2222
sudo apt update
2323
sudo apt install openmpi-bin libopenmpi-dev ccache casacore-dev doxygen graphviz libeigen3-dev libspdlog-dev libtiff-dev libcfitsio-dev libbenchmark-dev libboost-all-dev libyaml-cpp-dev
24-
git clone https://github.com/catchorg/Catch2.git -b v3.4.0
25-
mkdir Catch2/build
26-
cd Catch2/build
27-
cmake .. -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build
28-
make -j$(nproc --ignore 1) install
29-
cd -
3024
wget --no-check-certificate --no-verbose http://www.fftw.org/fftw-3.3.10.tar.gz -O- | tar --no-same-owner -xz;
3125
cd fftw-3.3.10
3226
./configure --prefix=${{github.workspace}}/build --enable-shared
@@ -44,9 +38,7 @@ jobs:
4438

4539
- name: Create SOPT package
4640
run : |
47-
#export CMAKE_PREFIX_PATH=${{github.workspace}}/Catch2/build/lib/cmake:$CMAKE_PREFIX_PATH
4841
export CMAKE_PREFIX_PATH=${{github.workspace}}/build:$CMAKE_PREFIX_PATH
49-
#export CMAKE_PREFIX_PATH=${{github.workspace}}/build/lib/cmake:$CMAKE_PREFIX_PATH
5042
mkdir sopt/build
5143
cd sopt/build
5244
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddocasa=OFF -Ddompi=OFF -Dopenmp=OFF -Ddocs=OFF
@@ -57,7 +49,7 @@ jobs:
5749
export CMAKE_PREFIX_PATH=${{github.workspace}}/build:$CMAKE_PREFIX_PATH
5850
mkdir -p ${{github.workspace}}/build
5951
cd ${{github.workspace}}/build
60-
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON
52+
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD} -Ddompi=OFF -Dopenmp=OFF -Ddocs=ON -Dtests=OFF
6153
6254
- name: Build
6355
run: |

0 commit comments

Comments
 (0)