mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update the comment explaining the use of USE_GCC=yes to current
realitiy (gfortran48 has not been the default for a while), and in fact general enough for a soon-to-come update of lang/gcc.
This commit is contained in:
parent
1df7eafc70
commit
3e11ad87e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440900
@ -17,10 +17,10 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= evaleev
|
||||
|
||||
# USE_GCC=yes is required because libint is used with mpqc which is built
|
||||
# by gfortran48 (from `lang/gcc') and these two libraries each try to pull
|
||||
# in a different version of libgcc_s.so which fails. Forcing this port to
|
||||
# build with `lang/gcc' as well resolves the conflict that manifests in
|
||||
# `science/libghemical' port.
|
||||
# by gfortran (via USES=fortran) and these two libraries each try to pull
|
||||
# in libgcc_s.so which fails if it's different versions. Forcing this port
|
||||
# to build with the default version of GCC as well resolves the conflict
|
||||
# that manifests in the science/libghemical port.
|
||||
USES= autoreconf gmake libtool perl5
|
||||
USE_GCC= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user