pkg(gcc-10.2.0): Adds Fortran support for GCC

This commit is contained in:
Victor Frazao 2021-04-27 17:52:54 -04:00
parent 959830c652
commit 3bceb9a121
5 changed files with 13 additions and 1 deletions

View file

@ -2,3 +2,4 @@
# Put 'export' statements here for environment variables
export PATH=$PWD/bin:$PATH
export LD_LIBRARY_PATH="$PWD/lib:$PWD/lib64" # Need this to properly link Fortran