Skip to content

Commit

Permalink
Actually passing tp_version to map_platform_specifics.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Oct 11, 2024
1 parent 3edead1 commit 766db46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/before_windows_build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "cmake finished ..."
cmake --build . --config=Release --target install
echo "build finished ..."
# python -c "import sys; sys.path.insert(0, '../addon/pycThermopack'); import makescript; makescript.windows_make('v3')"
python ../addon/pycThermopack/map_platform_specifics.py --diffs=v3 --ifort=True
python ../addon/pycThermopack/map_platform_specifics.py --diffs=$tp_version --ifort=True
echo "--- pycThermopack contents ---"
dir ../addon/pycThermopack
echo "--- pycThermopack/thermopack contents ---"
Expand Down

0 comments on commit 766db46

Please sign in to comment.