Date: Sun, 14 May 2017 20:18:04 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440900 - head/science/libint Message-ID: <201705142018.v4EKI4L9011116@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun May 14 20:18:04 2017 New Revision: 440900 URL: https://svnweb.freebsd.org/changeset/ports/440900 Log: 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. Modified: head/science/libint/Makefile Modified: head/science/libint/Makefile ============================================================================== --- head/science/libint/Makefile Sun May 14 19:31:11 2017 (r440899) +++ head/science/libint/Makefile Sun May 14 20:18:04 2017 (r440900) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705142018.v4EKI4L9011116>