FreeBSD Bugzilla – Attachment 162688 Details for
Bug 204179
[patch] science/libint: enabling library options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for science/libint (version 2)
libint_opts2.diff (text/plain), 1.01 KB, created by
Johannes M Dieterich
on 2015-11-01 22:02:45 UTC
(
hide
)
Description:
svn diff for science/libint (version 2)
Filename:
MIME Type:
Creator:
Johannes M Dieterich
Created:
2015-11-01 22:02:45 UTC
Size:
1.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 400625) >+++ Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= libint > DISTVERSIONPREFIX= release- > DISTVERSION= 1-1-6 >+PORTREVISION= 1 > CATEGORIES= science > > MAINTAINER= ports@FreeBSD.org >@@ -15,6 +16,11 @@ > USE_GITHUB= yes > GH_ACCOUNT= evaleev > >+OPTIONS_DEFINE= DEBUG DERIV R12 >+ >+DERIV_DESC= Support for 1st- and 2nd-order derivative ERIs >+R12_DESC= Support for linear R12 methods integrals >+ > # 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 >@@ -28,6 +34,12 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-shared > >+.include <bsd.port.options.mk> >+ >+DEBUG_OPTIONS_ENABLE= debug >+DERIV_OPTIONS_ENABLE= deriv >+R12_OPTIONS_ENABLE= r12 >+ > post-patch: > @${REINPLACE_CMD} -e 's| -rpath|${LDFLAGS} -rpath|g' \ > ${WRKSRC}/src/lib/MakeVars.in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204179
:
162646
| 162688