Skip to content

Commit

Permalink
Merge pull request #2445 from mariux64/plplot-fix-qtinclude
Browse files Browse the repository at this point in the history
plplot: fix compile error
  • Loading branch information
wwwutz authored Nov 3, 2021
2 parents 213940e + 2894cc7 commit d5b7b50
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions plplot.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION plplot-5.15.0-0
SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz"
# BEE_VERSION plplot-5.15.0-1
#SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/36aec5bfadc2e207cf8ee39f573c9303/plplot-5.15.0.tar.gz"

# PATCHURL+=()
# fix error: "aggregate ‘QPainterPath path’ has incomplete type"
PATCHURL+=("https://beehive.molgen.mpg.de/eb8059e719f06f540cc251d9b3ff74e5/plplot-5.15.0-fix-include.patch")

# EXCLUDE+=()

Expand All @@ -27,7 +29,8 @@ mee_configure() {
-DENABLE_tcl=ON \
-DENABLE_tk=ON \
-DENABLE_wxwidgets=ON \
-DBUILD_TEST=ON
-DBUILD_TEST=ON \
-DCMAKE_CXX_FLAGS='-Wno-deprecated-declarations'
}

#mee_build() {
Expand All @@ -44,4 +47,3 @@ mee_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 d5b7b50

Please sign in to comment.