Skip to content

Commit

Permalink
Merge pull request #115 from traversaro/fixci
Browse files Browse the repository at this point in the history
Add back scotch and metis dependency
  • Loading branch information
minrk authored Sep 26, 2024
2 parents 644642d + f45eca6 commit 2d90cbe
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libscotch:
- 7.0.4
metis:
- 5.1.0
mumps_seq:
- 5.7.3
target_platform:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libscotch:
- 7.0.4
metis:
- 5.1.0
mumps_seq:
- 5.7.3
target_platform:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libscotch:
- 7.0.4
metis:
- 5.1.0
mumps_seq:
- 5.7.3
target_platform:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libscotch:
- 7.0.4
macos_machine:
- x86_64-apple-darwin13.4.0
metis:
- 5.1.0
mumps_seq:
- 5.7.3
target_platform:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libscotch:
- 7.0.4
macos_machine:
- arm64-apple-darwin20.0.0
metis:
- 5.1.0
mumps_seq:
- 5.7.3
target_platform:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libscotch:
- 7.0.4
metis:
- 5.1.0
mumps_seq:
- 5.7.3
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd build
--disable-java \
--with-mumps \
--with-mumps-cflags="-I${PREFIX}/include/mumps_seq" \
--with-mumps-lflags="$(pkg-config --libs dmumps_seq)" \
--with-mumps-lflags="-ldmumps_seq -lmumps_common_seq -lpord_seq -lmpiseq_seq -lesmumps -lscotch -lscotcherr -lmetis -lgfortran" \
--with-asl \
--with-asl-cflags="-I${PREFIX}/include/asl" \
--with-asl-lflags="-lasl" \
Expand Down
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- pkg-config-do-not-add-requires-private.patch

build:
number: 7
number: 8
run_exports:
- {{ pin_subpackage('ipopt', max_pin='x.x.x') }}

Expand All @@ -31,6 +31,8 @@ requirements:
- libblas
- liblapack
- mumps-seq
- metis
- libscotch
- libspral # [linux]
- ampl-mp # [not win]

Expand Down

0 comments on commit 2d90cbe

Please sign in to comment.