Ticket #41335: Portfile-openbabel.diff
File Portfile-openbabel.diff, 1.8 KB (added by gezelter@…, 11 years ago) |
---|
-
Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id $2 # $Id: Portfile 108435 2013-07-23 14:25:20Z cal@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 … … 7 7 # Keep relevant lines in sync between openbabel and py-openbabel. 8 8 9 9 name openbabel 10 version 2.3. 110 version 2.3.2 11 11 categories science devel chemistry 12 12 license GPL-2 13 13 platforms darwin … … 25 25 homepage http://openbabel.sourceforge.net/ 26 26 master_sites sourceforge:project/openbabel/openbabel/${version} 27 27 28 checksums rmd160 d a4d240a92942dbf9dcf999187336d69d7ef8f5c\29 sha256 9e2e8bc9af585ee7e4a03720e3d7b82ef567aa17fdeeea48cc213a3035ced7a328 checksums rmd160 dc9aa026a81b987b08c60709a624a192418ee7fb \ 29 sha256 4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188 30 30 31 31 depends_build-append \ 32 port:eigen \32 port:eigen3 \ 33 33 port:pkgconfig 34 34 35 35 depends_lib path:lib/pkgconfig/cairo.pc:cairo port:libiconv port:libxml2 port:zlib 36 36 37 patchfiles patch-include-openbabel-alias.h.diff \ 38 patch-include-openbabel-obmolecformat.h.diff \ 39 patch-include-openbabel-reactions.h.diff \ 40 patch-include-openbabel-shared_ptr.h.diff \ 41 patch-src-ops-unique.cpp.diff \ 42 patch-test-obtest.h.diff 43 44 37 45 configure.args-append -DBUILD_GUI=OFF \ 38 46 -DBUILD_TESTING=OFF \ 39 47 -DPYTHON_BINDINGS=OFF