Skip to content

Commit

Permalink
Merge pull request #12 from olemke/main
Browse files Browse the repository at this point in the history
Bump version to 3.0.0dev6
  • Loading branch information
olemke authored Nov 28, 2024
2 parents 07028e9 + 47063a7 commit c3e1ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyarts/bld.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mkdir build
cd build

cmake -G Ninja %CMAKE_ARGS% -DCMAKE_PREFIX_PATH=%PREFIX% -DNO_OPENMP=1 -DENABLE_FORTRAN=0 -DENABLE_GUI=0 -DENABLE_NETCDF=0 -DENABLE_ARTS_LGPL=1 %SRC_DIR%
cmake -G Ninja %CMAKE_ARGS% -DCMAKE_PREFIX_PATH=%PREFIX% -DNO_OPENMP=1 -DENABLE_FORTRAN=0 -DENABLE_GUI=0 -DENABLE_NETCDF=0 %SRC_DIR%

cmake --build . -j%CPU_COUNT% --target pyarts

Expand Down
6 changes: 3 additions & 3 deletions pyarts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "pyarts" %}
{% set version = "3.0.0dev4" %}
{% set version = "3.0.0dev6" %}
{% set dev_url = "https://github.com/atmtools/arts" %}

package:
Expand All @@ -8,13 +8,13 @@ package:

source:
url: {{ dev_url }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: e43db3520a54cf33ea547498f1861107fd4de140c41e0b17d96214383f65ca3a
sha256: a19de62763d761fd8d41a6e89fee87deafdface681b4b06401ec67092ebd78da
# git_url: {{ dev_url }}.git
# git_rev: bump-version
# git_depth: 1

build:
number: 0
number: 1

requirements:
build:
Expand Down

0 comments on commit c3e1ab7

Please sign in to comment.