NWChemEx / .github

GitHub Settings for the NWChemEx Organization
https://nwchemex.github.io/.github/
Apache License 2.0
1 stars 2 forks source link

Update FindCppyy.cmake #59

Closed ryanmrichard closed 10 months ago

ryanmrichard commented 1 year ago

I suspect this issue affects several repositories so I've opened this issue here. That said, I'm specifically looking at the FindCppyy.cmake file in ParallelZone (so if this issue is PZ unique we should move this issue there).

The current FindCppyy.cmake is non-standard in at least two regards:

  1. The version to find is hard-coded. In typical CMake usage users pass the version to find to find_package.
  2. It attempts to install Cppyy if it's not found. FindXXX.cmake should simply determine if the package can be found or not. Installing should happen in a different module.
wavefunction91 commented 1 year ago

Query Wim viz exporting CppyyConfig.cmake

keceli commented 10 months ago

Closing as not planned due to shift to PyBind11.