Skip to content

Commit fa93f48

Browse files
committed
Gyoto: non-functional: path-style deps, alphabetize
1 parent ce10fa2 commit fa93f48

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

science/Gyoto/Portfile

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- 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
22

33
PortSystem 1.0
4-
PortGroup github 1.0
54
PortGroup active_variants 1.1
6-
PortGroup compilers 1.0
75
PortGroup boost 1.0
6+
PortGroup compilers 1.0
7+
PortGroup github 1.0
88

99
github.setup gyoto Gyoto 74a1bd863b5f2855044b656314297d85e346ef41
1010
version 2.0.2+20241208
@@ -26,14 +26,14 @@ long_description Gyoto aims at providing a framework for computing orbits \
2626
homepage https://gyoto.obspm.fr
2727
github.tarball_from archive
2828

29-
depends_build port:LORENE \
30-
port:pkgconfig \
31-
port:eigen3
29+
depends_build path:share/pkgconfig/eigen3.pc:eigen3 \
30+
port:LORENE \
31+
path:bin/pkg-config:pkgconfig
3232

3333
depends_lib port:cfitsio \
34-
port:xercesc3 \
34+
port:flint \
3535
port:udunits2 \
36-
port:flint
36+
port:xercesc3
3737

3838
configure.args --without-yorick \
3939
--with-lorene=${prefix}/lib/lorene \
@@ -61,10 +61,8 @@ post-configure {
6161
Makefile bin/Makefile lib/Makefile
6262
}
6363

64-
6564
build.args-append Y_CFLAGS="${configure.cxxflags}" Y_CPPFLAGS="${configure.cppflags}" CC="${configure.cc}" COPT_DEFAULT="" Y_LDFLAGS="${configure.ldflags}"
6665

67-
6866
test.target check check-lorene
6967
test.run yes
7068

0 commit comments

Comments
 (0)