-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
option('incdir_numpy', type: 'string', value: '', | ||
description: 'Include directory for numpy. If left empty Meson will try to find it on its own.') | ||
|
||
option('python_target', type: 'string', value: '', | ||
description: '''Target python path. This is used in the case that the Python installation that PyOptSparse is intended | ||
to be built for is different than the Python installation that is used to run Meson. For example, Meson may be installed | ||
on the user's system which is run using the system Python installation, but the user may want build PyOptSparse for | ||
a Python installation in a virtual environment. Leave as an empty string to build for Python installation running | ||
Meson.''') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters