Skip to content

Commit

Permalink
libframe: fix bugs in cmake configuration
Browse files Browse the repository at this point in the history
* use PortGroup cmake 1.1
* need to append to configure.args
  • Loading branch information
duncanmmacleod authored and lpsinger committed Jan 15, 2025
1 parent 1e3a87b commit fa0df50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions science/libframe/Portfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# -*- 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 cmake 1.0
PortGroup cmake 1.1
PortGroup gitlab 1.0

gitlab.instance https://git.ligo.org
gitlab.setup virgo/virgoapp Fr 8.48.3

name libframe
revision 1
categories science
license lgpl-2.1+
maintainers {aronnax @lpsinger} openmaintainer
Expand All @@ -23,7 +24,8 @@ checksums rmd160 78ad55d1d7c8fa098c54a8998852ceb50c745bf1 \
sha256 214326250c6cb3f388174bb4c1936e23154be1a9a3bc0464953301c847706072 \
size 2710621

configure.args -DENABLE_C:BOOL=yes \
configure.args-append \
-DENABLE_C:BOOL=yes \
-DENABLE_MATLAB:BOOL=no \
-DENABLE_PACKAGING:BOOL=no \
-DENABLE_PYTHON:BOOL=no

0 comments on commit fa0df50

Please sign in to comment.