From cb1f6393f0f4ebd90534cac0d2536bcfd2716aa9 Mon Sep 17 00:00:00 2001 From: Ella Wu Date: Wed, 14 Feb 2024 16:42:59 -0800 Subject: [PATCH] update to new meson and revert changes --- .github/environment.yml | 6 ++---- .github/windows.yaml | 1 + .github/workflows/windows-build.yml | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/environment.yml b/.github/environment.yml index 1b09bca6..2cac37e7 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -4,10 +4,8 @@ dependencies: - numpy >=1.16 - ipopt - swig - - meson >=1.3.1 + - meson >=1.3.2 - compilers - - flang - - lld - pkg-config - pip - setuptools @@ -17,4 +15,4 @@ dependencies: - testflo - scipy >1.2 - mdolab-baseclasses >=1.3.1 - - sqlitedict >=1.6 \ No newline at end of file + - sqlitedict >=1.6 diff --git a/.github/windows.yaml b/.github/windows.yaml index 4e9f00d7..4f600ccf 100644 --- a/.github/windows.yaml +++ b/.github/windows.yaml @@ -30,6 +30,7 @@ jobs: set IPOPT_DIR=%CONDA_PREFIX%\Library set CC=cl set FC=flang + set CC_LD=link python -m build -n -x . pip install --no-deps --no-index --find-links dist pyoptsparse displayName: Build and install pyoptsparse diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 9189da5b..c5123515 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -34,6 +34,7 @@ jobs: set IPOPT_DIR=%CONDA_PREFIX%\Library set CC=cl set FC=flang + set CC_LD=link python -m build -n -x . pip install --no-deps --no-index --find-links dist pyoptsparse - name: Run tests