Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsemigroups_pybind11 v0.1.5 #5

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 8 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions .ci_support/linux_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -9,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -19,5 +23,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - c_compiler_version
- cxx_compiler_version
10 changes: 7 additions & 3 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -9,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -19,5 +23,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - c_compiler_version
- cxx_compiler_version
10 changes: 7 additions & 3 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
cdt_name:
- cos6
channel_sources:
Expand All @@ -9,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -19,5 +23,5 @@ python:
target_platform:
- linux-64
zip_keys:
- - cdt_name
- docker_image
- - c_compiler_version
- cxx_compiler_version
7 changes: 7 additions & 0 deletions .ci_support/osx_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,3 +22,6 @@ python:
- 3.7.* *_cpython
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
7 changes: 7 additions & 0 deletions .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,3 +22,6 @@ python:
- 3.8.* *_cpython
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
7 changes: 7 additions & 0 deletions .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '11'
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,3 +22,6 @@ python:
- 3.9.* *_cpython
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "libsemigroups_pybind11" %}
{% set version = "0.1.1" %}
{% set version = "0.1.5" %}

package:
name: libsemigroups_pybind11
version: {{ version }}

source:
url: https://github.com/libsemigroups/libsemigroups_pybind11/archive/refs/tags/v{{ version }}.tar.gz
sha256: a51878de09443d9e632a0c502aaa47b314a54ee793731c20f1874896890dfecb
sha256: c1d931d128439f851cb731cce6e55d2240aa9cf8a1a92599d48b83d287f8b882

build:
number: 0
Expand All @@ -16,14 +16,17 @@ build:

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- pkg-config
host:
- python
- pip
- libsemigroups
- pkgconfig >=0.29.2
- packaging >=20.4
- pybind11 >=2.6
- eigen
run:
- python
- libsemigroups >=2.0.2
Expand All @@ -32,19 +35,15 @@ requirements:
test:
imports:
- libsemigroups_pybind11
requires:
- pytest=6.2.4
source_files:
- tests/
commands:
- pytest -vv tests/test_*.py
- pip check

about:
home: https://libsemigroups.github.io/
license: GPL-3.0-or-later
license_family: GPL
license_file: LICENSE
summary: 'Python package for using the C++ library libsemigroups via pybind11'
summary: Python package for using the C++ library libsemigroups via pybind11
dev_url: https://github.com/libsemigroups/libsemigroups_pybind11

extra:
Expand Down