Skip to content

Commit

Permalink
Add NEST v3.7_rc1 (#109)
Browse files Browse the repository at this point in the history
* Add flag O2 to CXXFLAGS

* Use cmake option for cxx tag

* Add testversion 3.7_rc1

* Pump build

* Fix 'Build With Mambabuild' is deprecated.

* MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.04.19.02.56

* Add v3.7

* Add new hash
  • Loading branch information
steffengraber authored Apr 15, 2024
1 parent a8b7763 commit 03d5f8b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ azure:
store_build_artifacts: true
build_platform:
osx_arm64: osx_64
build_with_mambabuild: true
conda_build_tool:
mambabuild
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
Expand Down
1 change: 1 addition & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fi
mkdir ../build
pushd ../build || exit
cmake -DCMAKE_INSTALL_PREFIX:PATH="${PREFIX}" \
-Dwith-optimize="-O2" \
-Dwith-boost=ON \
-DCMAKE_OSX_SYSROOT="${CONDA_BUILD_SYSROOT}" \
-Dwith-openmp=ON \
Expand Down
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "nest-simulator" %}
{% set version = "3.6" %}
{% set build = 5 %}
{% set version = "3.7" %}
{% set build = 1 %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/nest/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 68d6b11791e1284dc94fef35d84c08dd7a11322c0f1e1fc9b39c5e6882284922

sha256: b313e03aa05a0d8053b895a1d14ea42e75805393c6daa0cbc62f9398d0dacd8b
build:
number: {{ build }}
string: py{{ py }}h{{ PKG_HASH }}_{{ build }}
Expand Down

0 comments on commit 03d5f8b

Please sign in to comment.