Skip to content

Commit

Permalink
simplify: use ninja everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Dec 7, 2024
1 parent f9697e2 commit f182e0d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions recipe/build-one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi
cd "${SUBPKG_DIR}"

cmake -B build \
-G Ninja \
-DBLA_VENDOR="Generic" \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_STATIC_LIBS=OFF \
Expand Down
32 changes: 16 additions & 16 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ outputs:
- ${{ stdlib('c') }}
- ${{ compiler('fortran') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- if: osx
Expand Down Expand Up @@ -72,7 +72,7 @@ outputs:
- ${{ stdlib('c') }}
- ${{ compiler('fortran') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand All @@ -98,7 +98,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand All @@ -124,7 +124,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand All @@ -150,7 +150,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand Down Expand Up @@ -179,7 +179,7 @@ outputs:
- ${{ stdlib('c') }}
- ${{ compiler('cxx') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- if: osx
Expand Down Expand Up @@ -217,7 +217,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand All @@ -243,7 +243,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- if: osx
Expand Down Expand Up @@ -275,7 +275,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- if: osx
Expand Down Expand Up @@ -317,7 +317,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand All @@ -344,7 +344,7 @@ outputs:
- ${{ stdlib('c') }}
- ${{ compiler('cxx') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- if: osx
Expand Down Expand Up @@ -378,7 +378,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand All @@ -404,7 +404,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- if: osx
Expand Down Expand Up @@ -441,7 +441,7 @@ outputs:
- ${{ stdlib('c') }}
- ${{ compiler('cxx') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- libblas
Expand Down Expand Up @@ -470,7 +470,7 @@ outputs:
- ${{ compiler('c') }}
- ${{ stdlib('c') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- libblas
Expand Down Expand Up @@ -500,7 +500,7 @@ outputs:
- ${{ stdlib('c') }}
- ${{ compiler('cxx') }}
- cmake
- {if: win, then: ninja, else: make}
- ninja
- pkg-config
host:
- ${{ pin_subpackage('libsuitesparseconfig', exact=True) }}
Expand Down

0 comments on commit f182e0d

Please sign in to comment.