Skip to content

Commit

Permalink
plplot: new Revision
Browse files Browse the repository at this point in the history
enable shared lib switch for gdl update
  • Loading branch information
david committed Jul 10, 2018
1 parent c3a27cf commit da2dd79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plplot.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION plplot-5.13.0-0
# 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+=()
Expand All @@ -20,7 +20,7 @@ SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20
mee_configure() {
# control which languages we support to keep dependency impact low
bee_configure \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DDEFAULT_NO_BINDINGS=ON \
-DENABLE_cxx=ON \
-DENABLE_qt=ON \
Expand Down

0 comments on commit da2dd79

Please sign in to comment.