-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test with new flang * test flang on windows * try to ensure we use conda python version * tests: set cmake platform via environment variable * drop cmake platform spec (experiment) * add msbuild to PATH * try conda package vs2022_win-64 for finding rc * use vs developer prompt * simplify rc detection with cmd shell * support test_host exe directly in build dir * drop CMAKE_GENERATOR_PLATFORM if Ninja * drop CMAKE_GENERATOR_TOOLSET * ensure required arguments are always provided to yaml_settings * drop CMAKE_GENERATOR_PLATFORM and CMAKE_GENERATOR_TOOLSET for pyfabm * do not use /lib:static for flang * correct units metadata for bb/passive * simplify run_all_testcases.py * drop DLLEXPORT for parameters (not working anyway with ifort, and tripping up flang) https://community.intel.com/t5/Intel-Fortran-Compiler/Parameter-defined-in-DLL-not-exported/m-p/810478 * work around flang 19 bug that breaks continuation of compiler directives * add CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE * Revert "correct units metadata for bb/passive" This reverts commit c014559. * bump version to 2.1.2
- Loading branch information
Showing
8 changed files
with
81 additions
and
57 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pyfabm" | ||
version = "2.1.1" | ||
version = "2.1.2" | ||
authors = [ | ||
{name = "Jorn Bruggeman", email = "[email protected]"}, | ||
{name = "Karsten Bolding", email = "[email protected]"} | ||
|
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
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