Skip to content

Commit

Permalink
update to new meson and revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Feb 15, 2024
1 parent 80d9154 commit cb1f639
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -17,4 +15,4 @@ dependencies:
- testflo
- scipy >1.2
- mdolab-baseclasses >=1.3.1
- sqlitedict >=1.6
- sqlitedict >=1.6
1 change: 1 addition & 0 deletions .github/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb1f639

Please sign in to comment.