File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 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
2
3
3
PortSystem 1.0
4
- PortGroup github 1.0
5
4
PortGroup active_variants 1.1
6
- PortGroup compilers 1.0
7
5
PortGroup boost 1.0
6
+ PortGroup compilers 1.0
7
+ PortGroup github 1.0
8
8
9
9
github.setup gyoto Gyoto 74a1bd863b5f2855044b656314297d85e346ef41
10
10
version 2.0.2+20241208
@@ -26,14 +26,14 @@ long_description Gyoto aims at providing a framework for computing orbits \
26
26
homepage https://gyoto.obspm.fr
27
27
github.tarball_from archive
28
28
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
32
32
33
33
depends_lib port:cfitsio \
34
- port:xercesc3 \
34
+ port:flint \
35
35
port:udunits2 \
36
- port:flint
36
+ port:xercesc3
37
37
38
38
configure.args --without-yorick \
39
39
--with-lorene=${prefix} /lib/lorene \
@@ -61,10 +61,8 @@ post-configure {
61
61
Makefile bin/Makefile lib/Makefile
62
62
}
63
63
64
-
65
64
build.args-append Y_CFLAGS=" ${configure.cxxflags} " Y_CPPFLAGS=" ${configure.cppflags} " CC=" ${configure.cc} " COPT_DEFAULT=" " Y_LDFLAGS=" ${configure.ldflags} "
66
65
67
-
68
66
test.target check check-lorene
69
67
test.run yes
70
68
You can’t perform that action at this time.
0 commit comments