diff --git a/core_recipe/meta.yaml b/core_recipe/meta.yaml index 0551d3110cea3fe98e4fea1b6f310be62b5b9019..05165c8af385fcbf677da0cdd859aba7d58d3d35 100644 --- a/core_recipe/meta.yaml +++ b/core_recipe/meta.yaml @@ -3,20 +3,21 @@ package: name: isiscore - version: {{ core_version }} + version: {{ version }} source: url: https://github.com/DOI-USGS/ISIS3/archive/{{ version }}.tar.gz - sha256: 47db471e77dffdad2167b51351ed5a3b06d007a1c386899b5ae042946221444e + sha256: 394ba889ceef5aaebc25e0e28f084209defb2c724e291ab86a587181bf095c7a build: + skip: true # [win] number: {{ build_number }} requirements: build: - python - cmake >=3.27,<3.28 - - cxx-compiler=1.1.2 + - cxx-compiler =1.1.2 - ninja host: - mesalib @@ -27,10 +28,10 @@ requirements: run: - python - mesalib - - {{ pin_compatible('qt', max_pin='x.x') }} + - {{ pin_compatible('qt-main', max_pin='x.x') }} - {{ pin_compatible('nlohmann_json', min_pin='x.x', max_pin='x.x') }} -tests: +test: imports: - isisio commands: