From f4828a1ea1c93ca2582433794adf61dfb60bd7ab Mon Sep 17 00:00:00 2001 From: Jeffrey Larson Date: Thu, 20 Feb 2025 11:45:04 -0600 Subject: [PATCH] testing mac nlopt --- .github/workflows/basic.yml | 2 -- install/gen_deps_environment.yml | 1 - install/testing_requirements.txt | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 0f657f1a3..aebc5ceb2 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -73,14 +73,12 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | conda install gcc_linux-64 - pip install nlopt==2.9.0 # Roundabout solution on macos for proper linking with mpicc - name: Install macOS compilers if: matrix.os == 'macos-latest' run: | conda install clang_osx-64 - pip install nlopt==2.8.0 - name: Install basic testing/feature dependencies run: | diff --git a/install/gen_deps_environment.yml b/install/gen_deps_environment.yml index db00f27b5..190c5ffd0 100644 --- a/install/gen_deps_environment.yml +++ b/install/gen_deps_environment.yml @@ -13,4 +13,3 @@ dependencies: - DFO-LS - mpmath - ax-platform - - nlopt diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index 5eee68d8e..1e3d70c14 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -9,3 +9,4 @@ anyio==4.8.0 matplotlib==3.10.0 mpmath==1.3.0 rich==13.9.4 +nlopt==2.9.0