Project Euler is a math problem set. I occasionally solve PE problems for fun. Welcome!
Dependencies | Options |
---|---|
Fortran 2008 compliant Compiler | gfortran / ifx |
Build Tool | Fortran Package Manager (FPM) / CMake |
- The project only works on Linux, MacOS and Windows WSL.
With gfortran compiler,
fpm @fpm/gnu.rsp
or with Intel compiler,
fpm @fpm/intel.rsp
Build:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
Test and install:
make test
make install
For more information: PE-Fortran --help
.