Skip to content

Commit

Permalink
Merge pull request #1151 from mariux64/build-shared-version-of-igraph…
Browse files Browse the repository at this point in the history
…-library

Build shared version of igraph library
  • Loading branch information
pmenzel authored Jun 28, 2019
2 parents a9d8ac4 + cce7ad3 commit 93347bc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions igraph.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION igraph-0.7.1-0
# BEE_VERSION igraph-0.7.1-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -11,8 +11,6 @@

SRCURL[0]="https://github.com/igraph/igraph/releases/download/${PKGVERSION}/igraph-${PKGVERSION}.tar.gz"

export CFLAGS='-fPIC -O2'

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
Expand Down Expand Up @@ -49,9 +47,9 @@ build_in_sourcedir
# bee_patch "${@}"
#}

mee_configure() {
bee_configure --enable-shared=no
}
#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 93347bc

Please sign in to comment.