GTKFortran
Config optionβ
-D CMAKE_BUILD_TYPE=debug
-D EXCLUDE_PLPLOT=true
-D NO_BUILD_EXAMPLES=true
-D NO_BUILD_HL=true
-D INSTALL_EXAMPLES=true
Build instruction for easifemβ
Build only ARPACK
build_dir=~/temp/easifem-extpkgs/arpack-ng/build
cmake -S ./ -B ${build_dir} -D BUILD_SHARED_LIBS:BOOL=ON -D CMAKE_BUILD_TYPE:STRING=Release
cmake --build ${build_dir} --target install
Current location in easifemβ
/extpkgs/gtk-fortran
Commentβ
In my experience, this program should be installed at /usr/local/
.