Commits

Michael Dickens authored 77021c0ce20
gr-lte: switch 'cppunit' from 'test' to 'build' dependency
No tags

science/gr-lte/Portfile

Modified
34 34 platforms darwin
35 35
36 36 depends_build-append \
37 37 port:pkgconfig \
38 38 port:swig-python
39 39
40 40 depends_lib-append \
41 41 port:boost \
42 42 port:fftw-3-single
43 43
44 +# still require cppunit for testing; NOTE: cppunit is checked for
45 +# during configure, so we need it to be in depends_lib or
46 +# depends_build to be used correctly. Choose the latter since it's
47 +# not required for runtime; just for build/test.
48 +depends_build-append \
49 + port:cppunit
50 +
44 51 depends_test-append \
45 - port:cppunit \
46 52 port:zeitgeist
47 53
48 54 # do VPATH (out of source tree) build
49 55
50 56 cmake.out_of_source yes
51 57
52 58 # remove top-level library path, such that internal libraries are used
53 59 # instead of any already-installed ones.
54 60
55 61 configure.ldflags-delete -L${prefix}/lib

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut