Skip to content

Commit

Permalink
Updates to conda files, ie latest petsc, numpy<2, cython>=3
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Jan 8, 2025
1 parent df7a775 commit 35b5c94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash -x
#!/usr/bin/env bash -x

rm -fr build
find . -name \*.so -exec rm {} +
find . -name __pycache__ -exec rm -r {} +
find -name '*.egg-info' -exec rm -r {} +
find . -name '*.egg-info' -exec rm -r {} +
rm -rf .pytest_cache
## To remove git
#git clean -dfX ; git clean -dfx
2 changes: 1 addition & 1 deletion conda/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mpi:
- mpich
#- openmpi [linux]
petsc:
- 3.18.1
- 3.22.1
14 changes: 7 additions & 7 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "underworld" %}
{% set version = "2.14.0" %}
{% set version = "2.16.0" %}
{% set sha256 = "a9323209b0e36743bc953bf3b3d8e0a84d5e4e7f1911a1e78d1404a0ade6337d" %}
{% set build = 0 %}

Expand All @@ -8,10 +8,10 @@ package:
version: {{ version }}

source:
# git_url: https://github.com/julesghub/underworld2.git
# git_rev: dockerfile-updates
url: https://github.com/underworldcode/underworld2/archive/refs/tags/v{{ version }}b.tar.gz
sha256: {{ sha256 }}
git_url: https://github.com/underworldcode/underworld2.git
git_rev: v2.16.x
#url: https://github.com/underworldcode/underworld2/archive/refs/tags/v{{ version }}b.tar.gz
#sha256: {{ sha256 }}

build:
skip: true # [win]
Expand All @@ -34,7 +34,7 @@ requirements:
- pip
- python
- libxml2
- numpy >=1.18
- numpy <2
- cmake
- swig >=4.0.0
- ninja
Expand Down Expand Up @@ -77,6 +77,6 @@ about:

extra:
recipe-maintainers:
- rbeucher
- julesghub
- rbeucher
- lmoresi

0 comments on commit 35b5c94

Please sign in to comment.