Skip to content

Commit

Permalink
Merge pull request #805 from mariux64/update-plplot
Browse files Browse the repository at this point in the history
plplot: update from 5.9.7 to 5.13.0
  • Loading branch information
donald authored Sep 7, 2018
2 parents c96b769 + edef283 commit 917e963
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 60 deletions.
30 changes: 0 additions & 30 deletions gnudatalanguage-gdl-0.9.5-2.bee

This file was deleted.

42 changes: 42 additions & 0 deletions gnudatalanguage-gdl.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#!/usr/bin/env beesh

# BEE_VERSION gnudatalanguage-gdl-0.9.8-1

SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure -DHDF=OFF \
-DFFTW=OFF \
-DPSLIB=OFF \
-DCMAKE_CXX_FLAGS=-fpermissive
}

#mee_build() {
# bee_build
#}

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

mee_install_post() {
rm -fv ${D}${DATAROOTDIR}/gnudatalanguage/lib/{README.txt,STATUS}
}
30 changes: 0 additions & 30 deletions plplot-5.9.7-1.bee

This file was deleted.

47 changes: 47 additions & 0 deletions plplot.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/usr/bin/env beesh

# BEE_VERSION plplot-5.13.0-1
SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
# control which languages we support to keep dependency impact low
bee_configure \
-DBUILD_SHARED_LIBS=ON \
-DDEFAULT_NO_BINDINGS=ON \
-DENABLE_cxx=ON \
-DENABLE_qt=ON \
-DENABLE_tcl=ON \
-DENABLE_tk=ON \
-DENABLE_wxwidgets=ON \
-DBUILD_TEST=ON
}

#mee_build() {
# bee_build
#}

#mee_build_post() {
# ctest
# 100% tests passed, 0 tests failed out of 19
#}

mee_install() {
bee_install
rm -rf ${D}/usr/share/plplot${PKGVERSION}/examples
rm -rf ${D}/usr/share/doc/plplot
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 917e963

Please sign in to comment.