Skip to content

Build shared version of igraph library #1151

Merged
merged 2 commits into from
Jun 28, 2019
Merged
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
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