From 734dff3260f891b3a91a2c9998e241e0f7c08f3e Mon Sep 17 00:00:00 2001 From: "lukas.gehrig" Date: Fri, 27 Oct 2023 16:56:15 +0200 Subject: [PATCH] changed pybdsf setup to almost the same as it used to be --- pybdsf/meta.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pybdsf/meta.yaml b/pybdsf/meta.yaml index ab8d024..2ea9c27 100644 --- a/pybdsf/meta.yaml +++ b/pybdsf/meta.yaml @@ -3,7 +3,7 @@ package: version: {{ PYBDSF_VERSION_ALT }} source: - git_url: https://github.com/i4Ds/PyBDSF.git + url: https://pypi.io/packages/source/b/{{ PACKAGE_NAME }}/{{ PACKAGE_NAME }}-{{ PYBDSF_VERSION }}.tar.gz build: number: {{ BUILD_NUMBER }} @@ -23,12 +23,8 @@ requirements: - scikit-build >=0.13 host: - - {{ compiler('c') }} - - {{ compiler('cxx') }} - - {{ compiler('gfortran') }} - cmake >=3.18 - python {{ python }} - - pip - numpy >=1.21, !=1.24.0 - boost =={{ BOOST_VERSION_ALT }}.* - setuptools @@ -40,7 +36,6 @@ requirements: - astropy - numpy >=1.21, !=1.24.0 - scipy >=1.10.1 - - matplotlib - ipython about: