FreeBSD Bugzilla – Attachment 205885 Details for
Bug 239299
science/rdkit: fix build on non-x86 architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
rdkit.patch (text/plain), 864 bytes, created by
Piotr Kubaj
on 2019-07-19 08:45:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-07-19 08:45:32 UTC
Size:
864 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 506459) >+++ Makefile (working copy) >@@ -17,7 +17,7 @@ > rapidjson>=0:devel/rapidjson > LIB_DEPENDS= libboost_system.so:devel/boost-libs > >-USES= bison:build cmake eigen:3 python >+USES= bison:build cmake compiler:c++11-lang eigen:3 python > USE_GITHUB= yes > GH_TUPLE= schrodinger:maeparser:1.0.0:maeparser/External/CoordGen/maeparser \ > schrodinger:coordgenlibs:ede3191:coordgenlibs/External/CoordGen/coordgenlibs >@@ -24,7 +24,8 @@ > USE_LDCONFIG= yes > > CMAKE_OFF= RDK_INSTALL_INTREE RDK_USE_FLEXBISON \ >- RDK_INSTALL_STATIC_LIBS RDK_SWIG_STATIC RDK_PGSQL_STATIC >+ RDK_INSTALL_STATIC_LIBS RDK_SWIG_STATIC RDK_PGSQL_STATIC \ >+ RDK_OPTIMIZE_NATIVE > CMAKE_ARGS= -DFREEBSD_DOCSDIR:PATH=${DOCSDIR} -DCATCH_DIR=${LOCALBASE} > > DATADIR= ${PREFIX}/share/RDKit
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 239299
:
205885
|
206157