From 4d192985fb17deb1807adb2307e50ef4897af0a2 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:13:36 +0000 Subject: [PATCH 1/6] updated v2.11.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ca7ec96..f35c49e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyoptsparse" %} -{% set version = "2.10.2" %} +{% set version = "2.11.0" %} package: name: {{ name|lower }} @@ -7,10 +7,10 @@ package: source: url: https://github.com/mdolab/pyoptsparse/archive/refs/tags/v{{ version }}.tar.gz - sha256: a587834da36d98bec8784eab72a3acb975a220e19ad1b966ff4d3874d97fc2f3 + sha256: f40b8869aff6d84f359d90ed41325e651faf2522268a66fa240e6cc2605434cc build: - number: 4 + number: 0 skip: true # [python_impl == 'pypy'] skip: true # [win and vc<14] From b968a4ca422c14704d75b12b691629bdaad69212 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:15:47 +0000 Subject: [PATCH 2/6] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.25.12.04.30 --- .ci_support/migrations/ipopt31416.yaml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .ci_support/migrations/ipopt31416.yaml diff --git a/.ci_support/migrations/ipopt31416.yaml b/.ci_support/migrations/ipopt31416.yaml deleted file mode 100644 index 94a1027..0000000 --- a/.ci_support/migrations/ipopt31416.yaml +++ /dev/null @@ -1,8 +0,0 @@ -__migrator: - build_number: 1 - commit_message: Rebuild for ipopt 3.14.16 - kind: version - migration_number: 1 -ipopt: -- 3.14.16 -migrator_ts: 1713816325.3890436 From 3d9199b67eb015bef100681549d348014e9a02a0 Mon Sep 17 00:00:00 2001 From: Marco Mangano <36549388+marcomangano@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:46:04 -0400 Subject: [PATCH 3/6] Minimum Python version --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f35c49e..47477f2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -36,7 +36,7 @@ requirements: - libpgmath # [win] run: - - python + - python >=3.9 - {{ pin_compatible('numpy') }} - sqlitedict >=1.6 - scipy >1.2 From b37547acaf479ddfcff9478f2fceae5cb197f118 Mon Sep 17 00:00:00 2001 From: Marco Mangano <36549388+marcomangano@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:02:27 -0400 Subject: [PATCH 4/6] Skipping py38 --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 47477f2..3ed28f5 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,6 +13,7 @@ build: number: 0 skip: true # [python_impl == 'pypy'] skip: true # [win and vc<14] + skip: True # [py38] requirements: build: @@ -36,7 +37,7 @@ requirements: - libpgmath # [win] run: - - python >=3.9 + - python - {{ pin_compatible('numpy') }} - sqlitedict >=1.6 - scipy >1.2 From 1fda6ae488cc3f7213e22e62c1e10f9318cab0ab Mon Sep 17 00:00:00 2001 From: Marco Mangano <36549388+marcomangano@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:04:00 -0400 Subject: [PATCH 5/6] Fix skip according to linter --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3ed28f5..4996ddc 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -13,7 +13,7 @@ build: number: 0 skip: true # [python_impl == 'pypy'] skip: true # [win and vc<14] - skip: True # [py38] + skip: True # [py==38] requirements: build: From e48e2ee7a0d2a93facdc233add87c85cd8ff2675 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:09:40 +0000 Subject: [PATCH 6/6] MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and conda-forge-pinning 2024.04.25.12.04.30 --- .azure-pipelines/azure-pipelines-linux.yml | 8 --- .azure-pipelines/azure-pipelines-osx.yml | 6 --- .azure-pipelines/azure-pipelines-win.yml | 3 -- ...thon3.8.____cpythonpython_implcpython.yaml | 47 ----------------- ...thon3.8.____cpythonpython_implcpython.yaml | 51 ------------------- ...thon3.8.____cpythonpython_implcpython.yaml | 45 ---------------- ..._arm64_numpy1.22python3.8.____cpython.yaml | 45 ---------------- ...thon3.8.____cpythonpython_implcpython.yaml | 34 ------------- README.md | 35 ------------- 9 files changed, 274 deletions(-) delete mode 100644 .ci_support/linux_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml delete mode 100644 .ci_support/linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython.yaml delete mode 100644 .ci_support/osx_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml delete mode 100644 .ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml delete mode 100644 .ci_support/win_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 8fd9365..5089e77 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -12,10 +12,6 @@ jobs: CONFIG: linux_64_numpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_64_numpy1.22python3.8.____cpythonpython_implcpython: - CONFIG: linux_64_numpy1.22python3.8.____cpythonpython_implcpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_64_numpy1.22python3.9.____cpythonpython_implcpython: CONFIG: linux_64_numpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' @@ -32,10 +28,6 @@ jobs: CONFIG: linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 - linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython: - CONFIG: linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython - UPLOAD_PACKAGES: 'True' - DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython: CONFIG: linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-osx.yml b/.azure-pipelines/azure-pipelines-osx.yml index 582b65f..8c1b1df 100755 --- a/.azure-pipelines/azure-pipelines-osx.yml +++ b/.azure-pipelines/azure-pipelines-osx.yml @@ -11,9 +11,6 @@ jobs: osx_64_numpy1.22python3.10.____cpythonpython_implcpython: CONFIG: osx_64_numpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - osx_64_numpy1.22python3.8.____cpythonpython_implcpython: - CONFIG: osx_64_numpy1.22python3.8.____cpythonpython_implcpython - UPLOAD_PACKAGES: 'True' osx_64_numpy1.22python3.9.____cpythonpython_implcpython: CONFIG: osx_64_numpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' @@ -26,9 +23,6 @@ jobs: osx_arm64_numpy1.22python3.10.____cpython: CONFIG: osx_arm64_numpy1.22python3.10.____cpython UPLOAD_PACKAGES: 'True' - osx_arm64_numpy1.22python3.8.____cpython: - CONFIG: osx_arm64_numpy1.22python3.8.____cpython - UPLOAD_PACKAGES: 'True' osx_arm64_numpy1.22python3.9.____cpython: CONFIG: osx_arm64_numpy1.22python3.9.____cpython UPLOAD_PACKAGES: 'True' diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index 3d98825..b38493c 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -11,9 +11,6 @@ jobs: win_64_numpy1.22python3.10.____cpythonpython_implcpython: CONFIG: win_64_numpy1.22python3.10.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' - win_64_numpy1.22python3.8.____cpythonpython_implcpython: - CONFIG: win_64_numpy1.22python3.8.____cpythonpython_implcpython - UPLOAD_PACKAGES: 'True' win_64_numpy1.22python3.9.____cpythonpython_implcpython: CONFIG: win_64_numpy1.22python3.9.____cpythonpython_implcpython UPLOAD_PACKAGES: 'True' diff --git a/.ci_support/linux_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml deleted file mode 100644 index 20fafa2..0000000 --- a/.ci_support/linux_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml +++ /dev/null @@ -1,47 +0,0 @@ -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.12' -cdt_name: -- cos6 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -fortran_compiler: -- gfortran -fortran_compiler_version: -- '12' -ipopt: -- 3.14.16 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -python_impl: -- cpython -target_platform: -- linux-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - fortran_compiler_version -- - c_stdlib_version - - cdt_name -- - python - - numpy - - python_impl diff --git a/.ci_support/linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython.yaml b/.ci_support/linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython.yaml deleted file mode 100644 index 87d1a23..0000000 --- a/.ci_support/linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython.yaml +++ /dev/null @@ -1,51 +0,0 @@ -BUILD: -- aarch64-conda_cos7-linux-gnu -c_compiler: -- gcc -c_compiler_version: -- '12' -c_stdlib: -- sysroot -c_stdlib_version: -- '2.17' -cdt_arch: -- aarch64 -cdt_name: -- cos7 -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- gxx -cxx_compiler_version: -- '12' -docker_image: -- quay.io/condaforge/linux-anvil-cos7-x86_64 -fortran_compiler: -- gfortran -fortran_compiler_version: -- '12' -ipopt: -- 3.14.16 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -python_impl: -- cpython -target_platform: -- linux-aarch64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - fortran_compiler_version -- - c_stdlib_version - - cdt_name -- - python - - numpy - - python_impl diff --git a/.ci_support/osx_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml b/.ci_support/osx_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml deleted file mode 100644 index e399aea..0000000 --- a/.ci_support/osx_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml +++ /dev/null @@ -1,45 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '10.9' -c_compiler: -- clang -c_compiler_version: -- '16' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '10.9' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '16' -fortran_compiler: -- gfortran -fortran_compiler_version: -- '12' -ipopt: -- 3.14.16 -macos_machine: -- x86_64-apple-darwin13.4.0 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -python_impl: -- cpython -target_platform: -- osx-64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - fortran_compiler_version -- - python - - numpy - - python_impl diff --git a/.ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml b/.ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml deleted file mode 100644 index e94e3aa..0000000 --- a/.ci_support/osx_arm64_numpy1.22python3.8.____cpython.yaml +++ /dev/null @@ -1,45 +0,0 @@ -MACOSX_DEPLOYMENT_TARGET: -- '11.0' -c_compiler: -- clang -c_compiler_version: -- '16' -c_stdlib: -- macosx_deployment_target -c_stdlib_version: -- '11.0' -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- clangxx -cxx_compiler_version: -- '16' -fortran_compiler: -- gfortran -fortran_compiler_version: -- '12' -ipopt: -- 3.14.16 -macos_machine: -- arm64-apple-darwin20.0.0 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -python_impl: -- cpython -target_platform: -- osx-arm64 -zip_keys: -- - c_compiler_version - - cxx_compiler_version - - fortran_compiler_version -- - python - - numpy - - python_impl diff --git a/.ci_support/win_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml b/.ci_support/win_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml deleted file mode 100644 index 1228a57..0000000 --- a/.ci_support/win_64_numpy1.22python3.8.____cpythonpython_implcpython.yaml +++ /dev/null @@ -1,34 +0,0 @@ -c_compiler: -- vs2019 -c_stdlib: -- vs -channel_sources: -- conda-forge -channel_targets: -- conda-forge main -cxx_compiler: -- vs2019 -fortran_compiler: -- flang -fortran_compiler_version: -- '5' -ipopt: -- 3.14.16 -numpy: -- '1.22' -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.8.* *_cpython -python_impl: -- cpython -target_platform: -- win-64 -vc: -- '14' -zip_keys: -- - python - - numpy - - python_impl diff --git a/README.md b/README.md index d91e574..4dc93cd 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,6 @@ Current build status variant - - linux_64_numpy1.22python3.8.____cpythonpython_implcpython - - - variant - - linux_64_numpy1.22python3.9.____cpythonpython_implcpython @@ -80,13 +73,6 @@ Current build status variant - - linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython - - - variant - - linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython @@ -115,13 +101,6 @@ Current build status variant - - osx_64_numpy1.22python3.8.____cpythonpython_implcpython - - - variant - - osx_64_numpy1.22python3.9.____cpythonpython_implcpython @@ -150,13 +129,6 @@ Current build status variant - - osx_arm64_numpy1.22python3.8.____cpython - - - variant - - osx_arm64_numpy1.22python3.9.____cpython @@ -185,13 +157,6 @@ Current build status variant - - win_64_numpy1.22python3.8.____cpythonpython_implcpython - - - variant - - win_64_numpy1.22python3.9.____cpythonpython_implcpython