Skip to content

Commit

Permalink
Edited the github conda test to include the fftw and blas flags
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonJLazard committed Jun 20, 2024
1 parent 9f30ce8 commit 33d01c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ jobs:
- name: Build Rayleigh
run: |
cd "$GITHUB_WORKSPACE"
./configure --openblas --FC=mpifort --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
./configure --openblas --with-blas=$CONDA_PREFIX --with-fftw=$CONDA_PREFIX --FC=mpifort --FFLAGS_DBG='-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow -fbacktrace -ffixed-line-length-132 -Wall'
make -j
make install

0 comments on commit 33d01c2

Please sign in to comment.