Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
simplify recipe, remove pip
  • Loading branch information
repagh authored and bnavigator committed Feb 1, 2020
commit b3b1dd8eb0371def6571296d40849afb947e576d
42 changes: 12 additions & 30 deletions conda-recipe-openblas/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,28 @@ build:
requirements:
# TODO: pip possibly required in only *one* of build and host, but which?
build:
- python {{ PY_VER }}
- numpy
- openblas >=0.3.0
- {{ compiler('c') }} # [not osx]
- gcc # [osx]
- {{ compiler('fortran') }} # [linux]
- scikit-build >=0.8.0
- {{ compiler('c') }}
- {{ compiler('fortran') }} # [unix]
- flang # [win]

host:
- python {{ PY_VER }}
- pip
- flang # [win]
- numpy
- openblas >=0.3.0
- libgfortran-ng # [not-win]
- libgcc-ng # [linux]
- scikit-build >=0.8.0
# on Windows, this relies on having visual studio CE 2015
# this link needed quite some searching, please do not delete!
# https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409
- libopenblas
- python
- scikit-build

run:
- python {{ PY_VER }}
- {{ pin_compatible('numpy') }}
- openblas >=0.3.0
- libgfortran-ng # [not win]
- libgcc-ng # [linux]
- libflang # [win]

test:
requires:
- python {{PY_VER}}
imports:
- slycot

about:
home: https://github.com/python-control/slycot
license: GPLv2
summary: 'A wrapper for the SLICOT control and systems library'

# on OSX, the SDK for 10.9 is currently needed
# download the 10.9 sdk from https://github.com/phracker/MacOSX-SDKs/releases
# unpack and set environment variable CONDA_BUILD_SYSROOT to that location
home: https://github.com/python-control/Slycot
dev_url: https://github.com/python-control/Slycot
license: GPL-2.0
license_family: GPL
license_file: COPYING
summary: 'Slycot: A wrapper for the SLICOT control and systems library'