mutationpp / Mutationpp

The MUlticomponent Thermodynamic And Transport library for IONized gases in C++
GNU Lesser General Public License v3.0
103 stars 58 forks source link

Fix install path for fortran module and export name #178

Closed rdbisme closed 2 years ago

rdbisme commented 2 years ago

The example CMakeLists for the fortran interface was not working outside of the Mutation++ build tree because the only target exported was named mutation++_fortran and not mutation++::fortran_interface as shown in the CMakeLists.txt.shared in interface/fortran. Now it's fixed

Also the Fortran module file was installed in the wrong include dir

codecov[bot] commented 2 years ago

Codecov Report

Merging #178 (b2a5fe9) into master (c2e1ba7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   71.22%   71.22%           
=======================================
  Files         135      135           
  Lines        8972     8972           
=======================================
  Hits         6390     6390           
  Misses       2582     2582           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c2e1ba7...b2a5fe9. Read the comment docs.

rdbisme commented 2 years ago

(Also release 1.0.6 such that I can upload also the Macports port)

rdbisme commented 2 years ago

Bump! :)

jbscoggi commented 2 years ago

Thanks @rubendibattista!