Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ libboost_headers:
libscotch:
- 7.0.10
mkl_devel:
- '2024'
- '2025'
mumps_seq:
- 5.8.1
- 5.8.2
numpy:
- '2'
pin_run_as_build:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/mumps582.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
migrator_ts: 1771273944
__migrator:
kind: version
migration_number: 1
bump_number: 1

mumps_mpi:
- 5.8.2
mumps_seq:
- 5.8.2
6 changes: 3 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
- '11.0'
MACOSX_SDK_VERSION:
- '10.13'
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ github_actions_labels:
libboost_headers:
- '1.88'
mkl_devel:
- '2024'
- '2025'
mumps_seq:
- 5.8.1
- 5.8.2
numpy:
- '2'
pin_run_as_build:
Expand Down
19 changes: 19 additions & 0 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.5.1" %}
{% set version = "2.5.1.1" %}

package:
name: muscat-split
Expand All @@ -7,10 +7,10 @@ package:

source:
url: https://gitlab.com/drti/muscat/-/archive/{{ version }}/muscat-{{ version }}.tar.bz2
sha256: 60ce66aeabf8c71af1f3b39bc319cc853178c825a265c66e662bba671d3b202a
sha256: 1a97cb166959ef786469668b727c0c53ebfe115a466ca895440a1a189570187f

build:
number: 0
number: 1


outputs:
Expand Down Expand Up @@ -38,8 +38,7 @@ outputs:
- ninja
- python
# for the moment numpy 2 is activated only for python 3.13 (numpy 1 not available on py 3.13)
- numpy >=2.* # [py >= 313]
- numpy =1.* # [py < 313]
- numpy >=2.*
- cython
- sympy
#first version of eigency compatible with numpy 2
Expand Down Expand Up @@ -70,6 +69,7 @@ outputs:
- pycgns-core
- mumps-seq # [not osx]
- mumps-include # [linux]
- vcomp14 # [win]
run:
- python
- {{ pin_compatible('numpy') }}
Expand All @@ -82,6 +82,7 @@ outputs:
- kokkos =4.7.01 h* # [linux]
- kokkos =4.4.01 h* # [not linux]
- mmgsuite =5.8
- vcomp14 # [win]
test:
requires:
- scipy
Expand All @@ -102,8 +103,7 @@ outputs:
requirements:
host:
- python
- numpy >=2.* # [py >= 313]
- numpy =1.* # [py < 313]
- numpy >=2.*
- vtk <=9.4.2
- psutil
- h5py
Expand Down Expand Up @@ -150,8 +150,7 @@ outputs:
run:
- {{ compiler('cxx') }}
- python
- numpy >=2.* # [py >= 313]
- numpy =1.* # [py < 313]
- numpy >=2.*
- sympy
- cython
- eigency =3.4.0.4
Expand Down