Skip to content

Commit

Permalink
just a test of flang-new from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 19, 2024
1 parent fff5372 commit e9473f4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,28 @@ jobs:
mv json_*.F90.gcov src/
mv jf_test*.[fF]90.gcov src/tests/
bash <(curl -s https://codecov.io/bash) -v -X $GCOV
Flang-build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.11]
include:
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 13}
defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: recursive
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
python-version: ${{ matrix.python-version }}
- run: conda create -c conda-forge -c nodefaults fpm flang --prefix ./env
- run: conda activate ./env; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./env/lib; fpm run --compiler flang-new

0 comments on commit e9473f4

Please sign in to comment.