Skip to content

Commit

Permalink
nc 30
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 9, 2023
1 parent 406234d commit 51d2d70
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ jobs:
path: modflow6

- name: Setup MSYS2
if: runner.os == 'Windows'
uses: msys2/setup-msys2@v2
with:
update: true
Expand Down Expand Up @@ -401,12 +400,12 @@ jobs:
# make all

- name: Install System dependencies
if: runner.os == 'Windows'
shell: msys2 {0}
run: |
pacman -Syu
#pacman -Sy --noconfirm libaec-dev zlib1g-dev automake autoconf libcurl4-openssl-dev libjpeg-dev wget curl bzip2 m4 flex bison cmake libzip-dev libzstd-dev
pacman -Sy --noconfirm automake autoconf wget curl bzip2 m4 flex bison cmake tar m4
#pacman -Sy --noconfirm automake autoconf wget curl bzip2 m4 flex bison cmake tar
pacman -Sy --noconfirm automake autoconf m4 flex bison cmake
###
# Installing libhdf4 and libhdf5
Expand Down Expand Up @@ -495,7 +494,6 @@ jobs:
#- name: "Build Project"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -653,9 +651,13 @@ jobs:
- name: Perform out-of-directory build
shell: bash -l {0}
run: |
mkdir build
cd build
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake .. -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#mkdir build
#cd build
#LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake .. -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#- name: "Create build directory and run CMake"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake -S . -B build -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH}
#- name: "Build Project"
LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: bash -l {0}
Expand Down

0 comments on commit 51d2d70

Please sign in to comment.