Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
910eb9e
Modify inner meson.build files
whophil Apr 1, 2025
936256f
Modify outer meson.build
whophil Apr 1, 2025
4c978a9
setup.py -> pyproject.toml
whophil Apr 2, 2025
30e2bab
remove unused helper
whophil Apr 2, 2025
70be944
Add meson-python dep to win GHA
whophil Apr 2, 2025
8c0ec4b
Remove extra flags
whophil Apr 2, 2025
0f54b33
Remove chdir to tools
whophil Apr 2, 2025
8805551
Missed install: true for pyPSQP
whophil Apr 2, 2025
fad6c61
Add permalink to scipy snippets
whophil Apr 2, 2025
7250410
Remove extra #
whophil Apr 2, 2025
ba991c7
enable pyNSGA2 build
whophil Apr 2, 2025
af40d96
Get version dynamically via meson
whophil Apr 2, 2025
9463281
Replace py3_target -> py3
whophil Apr 2, 2025
f47c996
Remove postprocessing/meson.build
whophil Apr 2, 2025
a23ded1
Replace py3_command -> py3
whophil Apr 2, 2025
7072340
add back cyipopt in testing dep
ewu63 Apr 9, 2025
f891241
update NLPQLP
ewu63 Apr 9, 2025
52c9ef4
Exclude sources files, subdir README from wheel
whophil Apr 14, 2025
80f94a0
remove cycipopt from testing deps
ewu63 Apr 17, 2025
257b9f6
missed IPOPT in rebase
ewu63 Aug 14, 2025
309f359
fix nsga2
ewu63 Aug 14, 2025
c2f20aa
require ninja
ewu63 Aug 15, 2025
0e93e71
pre-commit
ewu63 Oct 8, 2025
078d5aa
update docs to reflect editable install instructions
ewu63 Oct 8, 2025
3655118
handle meson editable installs which have a separate builddir
ewu63 Nov 19, 2025
7d4df1f
handle case of empth tuple
ewu63 Nov 19, 2025
e5cb8a6
add [dev]
ewu63 Nov 19, 2025
7e51397
Merge branch 'main' into meson-py
kanekosh Dec 8, 2025
29e7771
Merge branch 'main' into meson-py
marcomangano Dec 12, 2025
e171eca
try a newer flang?
ewu63 Jan 10, 2026
aa7bca5
what if we used clang too
ewu63 Jan 10, 2026
7d41375
back to compilers
ewu63 Jan 10, 2026
e86710b
no longer need pkg-config
ewu63 Jan 10, 2026
4e8f021
try flang 5
ewu63 Jan 10, 2026
89120fe
try exporting FC
ewu63 Jan 10, 2026
9eb85b0
remove comment string
ewu63 Jan 12, 2026
e2c8d95
add comments
ewu63 Jan 12, 2026
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
Prev Previous commit
Next Next commit
add back cyipopt in testing dep
  • Loading branch information
ewu63 committed Nov 17, 2025
commit 70723400a76e11124e685356eb93c20fdcf30c3a
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ docs = [
]
testing = [
"testflo>=1.4.5",
"parameterized"
"parameterized",
"cyipopt"
]

[project.urls]
Expand Down