-
Notifications
You must be signed in to change notification settings - Fork 22
FIx handling of pcmsolver.f90 file #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Generated by 🚫 Danger |
Codecov Report
@@ Coverage Diff @@
## release/1.2.Z #143 +/- ##
==============================================
Coverage 69.81% 69.81%
==============================================
Files 92 92
Lines 5625 5625
==============================================
Hits 3927 3927
Misses 1698 1698
Continue to review full report at Codecov.
|
I think this is how it should be done :-) |
cmake/custom/api.cmake
Outdated
# | ||
# docopt: "--fbindings=<ENABLE_Fortran_API> Enable compilation of Fortran 90 API bindings <ON/OFF> [default: ON]." | ||
# define: "'-DENABLE_Fortran_API={0}'.format(arguments['--fbindings'])" | ||
# docopt: "--fbindings=<TEST_Fortran_API> Enable compilation of Fortran 90 API bindings <ON/OFF> [default: ON]." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to Test the Fortran 90 bindings for the API.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
cmake/custom/api.cmake
Outdated
# define: "'-DTEST_Fortran_API={0}'.format(arguments['--fbindings'])" | ||
|
||
option(ENABLE_Fortran_API "Enable compilation of Fortran 90 API bindings" ON) | ||
option(TEST_Fortran_API "Enable compilation of Fortran 90 API bindings" ON) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to Test the Fortran 90 bindings for the API.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
setup.py
Outdated
--omp Enable OpenMP parallelization [default: False]. | ||
--python=<PYTHON_INTERPRETER> The Python interpreter (development version) to use. [default: '']. | ||
--fbindings=<ENABLE_Fortran_API> Enable compilation of Fortran 90 API bindings <ON/OFF> [default: ON]. | ||
--fbindings=<TEST_Fortran_API> Enable compilation of Fortran 90 API bindings <ON/OFF> [default: ON]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to Test the Fortran 90 bindings for the API.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
Description
This is a fix spurred by writing the IJQC paper:
pcmsolver.f90
is now installed alongside the headers. It is the responsibility of the host code to optionally compile it and link against PCMSolver.Types of changes
Status