You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change makes the build fail for the exact same reason than on conda-forge/jsbsim-feedstock which rules out the PR from conda-forgeas being the cause of the failure.
The text was updated successfully, but these errors were encountered:
The Python package for
conda
is built by the JSBSim feedstock on conda-forge (which I recently created). Following the PR conda-forge/jsbsim-feedstock#5 on that project , the build fails for Windows/Python 3.9.The failure is due to an argument to the compiler not being placed between double quotes on Python 3.9:
"/DJSBSIM_VERSION=\"1.1.4 [GitHub build 262/commit 366b9d4e35eebbcc95b9eda09f1de8b15564e281]\""
/DJSBSIM_VERSION=\"1.1.4 [GitHub build 262/commit 366b9d4e35eebbcc95b9eda09f1de8b15564e281]\"
This issue can be reproduced on JSBSim by modifying
.github/worflows/cpp-python-build.yml
to compile the Python package from source with Python 3.9This change makes the build fail for the exact same reason than on
conda-forge/jsbsim-feedstock
which rules out the PR fromconda-forge
as being the cause of the failure.The text was updated successfully, but these errors were encountered: