vmagnin / forcolormap

A Fortran library for colormaps
https://vmagnin.github.io/forcolormap/
MIT License
21 stars 4 forks source link

Update build scripts #18

Closed jchristopherson closed 8 months ago

jchristopherson commented 8 months ago

This pull request addresses the installation issue discovered by @vmagnin. The issue was traced back to the CMake scripts in the forimage library. I have submitted a pull request fixing that issue. Once that pull request is merged into main, this request should complete the fix.

vmagnin commented 8 months ago

Thanks a lot! The installation seems OK:

[100%] Built target forcolormap
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/libforimage.a
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/forimage.mod
-- Installing: /usr/local/include/forimage_parameters.mod
-- Installing: /usr/local/include/lut.mod
-- Installing: /usr/local/include/pnm.mod
-- Installing: /usr/local/include/forcolor.mod
-- Installing: /usr/local/lib/cmake/forimage/forimageTargets.cmake
-- Installing: /usr/local/lib/cmake/forimage/forimageTargets-release.cmake
-- Installing: /usr/local/lib/cmake/forimage/forimageConfig.cmake
-- Installing: /usr/local/lib/cmake/forimage/forimageConfigVersion.cmake
-- Installing: /usr/local/lib/pkgconfig/forimage.pc
-- Installing: /usr/local/lib/libforcolormap.a
-- Up-to-date: /usr/local/include
-- Installing: /usr/local/include/matplotlib_colormaps.mod
-- Installing: /usr/local/include/colormap_parameters.mod
-- Installing: /usr/local/include/forcolormap_info.mod
-- Installing: /usr/local/include/forcolormap.mod
-- Installing: /usr/local/include/miscellaneous_colormaps.mod
-- Installing: /usr/local/include/scientific_colour_maps.mod
-- Installing: /usr/local/lib/cmake/forcolormap/forcolormapTargets.cmake
-- Installing: /usr/local/lib/cmake/forcolormap/forcolormapTargets-release.cmake
-- Installing: /usr/local/lib/cmake/forcolormap/forcolormapConfig.cmake
-- Installing: /usr/local/lib/cmake/forcolormap/forcolormapConfigVersion.cmake
-- Installing: /usr/local/lib/pkgconfig/forcolormap.pc
jchristopherson commented 8 months ago

Outstanding!

gha3mi commented 8 months ago

Thanks @jchristopherson. I have tested the ForImage examples and ForColormap examples, as well as the ForColormap test, and they function correctly on my system!