Skip to content

plplot: update from 5.9.7 to 5.13.0 #805

Merged
merged 5 commits into from
Sep 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"'