Skip to content

Commit

Permalink
Merge branch 'ejh_docs' of github.com:NOAA-EMC/NCEPLIBS-g2 into ejh_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Nov 14, 2023
2 parents 579e6aa + 63355d7 commit 98a0f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
# See https://software.intel.com/content/www/us/en/develop/articles/oneapi-repo-instructions.html
- name: install-intel
run: |
set -x
cd /tmp
wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Expand All @@ -56,6 +57,7 @@ jobs:
cd bacio
mkdir build
cd build
which ifort || which ifx
${{ matrix.compilers }} cmake .. -DCMAKE_INSTALL_PREFIX=~/bacio
make -j2
make install
Expand Down

0 comments on commit 98a0f85

Please sign in to comment.