Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gnudatalanguage: update 0.9.8 to 1.0.1
- fix `rpc/rpc.h not found`
- fix `gdl: error while loading shared libraries: libMagick++-6.Q16.so.8`
  • Loading branch information
wwwutz committed Apr 12, 2022
1 parent b7ef052 commit 8680fe1
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions gnudatalanguage-gdl.be0
@@ -1,18 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION gnudatalanguage-gdl-0.9.8-4
# BEE_VERSION gnudatalanguage-gdl-1.0.1-0

SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"
#SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/d2b21a3884e4a968f972617d46035c84/v1.0.1.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -29,7 +27,12 @@ mee_configure() {
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DENABLE_DYNDRIVERS=OFF \
-DHDF=OFF \
-DPYTHON=OFF
-DPYTHON=OFF \
-DGEOTIFF=OFF \
-DLIBPROJ=OFF \
-DUDUNITS2=OFF \
-DGRIB=OFF \
-DSHAPELIB=OFF
}

# perhaps I wasn't clear about the libmpi topic ...
Expand All @@ -44,11 +47,10 @@ mee_build_pre() {
# bee_build
#}

#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

mee_install_post() {
mee_install() {
bee_install

rm -fv ${D}${DATAROOTDIR}/gnudatalanguage/lib/{README.txt,STATUS}
}

0 comments on commit 8680fe1

Please sign in to comment.