Skip to main content

GTKFortran

πŸ¦’ Project website.

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/.