You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup boost 1.0
|
|
|
|
github.setup schrodinger coordgenlibs 3.0.2 v
|
|
name coordgen
|
|
github.tarball_from archive
|
|
revision 2
|
|
|
|
categories science
|
|
license BSD
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description Schrodinger-developed 2D Coordinate Generation
|
|
long_description {*}${description}.
|
|
|
|
checksums rmd160 a2b19ce1fc25bb10b880122e1ee066d684df033b \
|
|
sha256 f67697434f7fec03bca150a6d84ea0e8409f6ec49d5aab43badc5833098ff4e3 \
|
|
size 166817
|
|
|
|
patchfiles patch-cmake.diff
|
|
|
|
configure.args-append \
|
|
-DCOORDGEN_BUILD_TESTS=OFF
|
|
|
|
# upstream specifies C++11 requirement, but builds fail with:
|
|
# error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
|
|
compiler.cxx_standard \
|
|
2017
|
|
|
|
boost.version 1.88
|
|
boost.depends_type build
|
|
|
|
depends_lib-append port:maeparser \
|
|
port:zlib
|