Skip to content

Commit

Permalink
Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Sep 8, 2010
1 parent bc76003 commit d9fc67e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -10,7 +10,7 @@ report this to the BioLib project.
If a license is not specified the code contributed to BioLib defaults to the If a license is not specified the code contributed to BioLib defaults to the
BSD license: BSD license:


Copyright (c) 2008, 2009 The BioLib Project Copyright (c) 2008, 2009, 2010 The BioLib Project
All rights reserved. All rights reserved.


Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions README
@@ -1,6 +1,6 @@
= BIOLIB = = BIOLIB =


Biolib is an OpenBio initiative to provide shared libraries for the major Bio* Biolib is an OBF initiative to provide shared libraries for the major Bio*
languages - so as to share one code base for Perl, Ruby, Python, JAVA and R. languages - so as to share one code base for Perl, Ruby, Python, JAVA and R.
The basic idea is to provide infrastructure that allows sharing code rather The basic idea is to provide infrastructure that allows sharing code rather
than reinventing the wheel every time between different language than reinventing the wheel every time between different language
Expand All @@ -21,4 +21,3 @@ If you wish to contribute subscribe to the mailing list.


Pjotr Prins Pjotr Prins



5 changes: 5 additions & 0 deletions configure
Expand Up @@ -8,6 +8,7 @@
# --with-perl : build biolib for Perl (default) # --with-perl : build biolib for Perl (default)
# --with-ruby : build biolib for Ruby # --with-ruby : build biolib for Ruby
# --with-python : build biolib for Python # --with-python : build biolib for Python
# --with-libs : build libraries only
# #
# In addition libraries can be specified # In addition libraries can be specified


Expand Down Expand Up @@ -58,6 +59,10 @@ case $language in
plang="-DBUILD_PYTHON:BOOLEAN=TRUE" plang="-DBUILD_PYTHON:BOOLEAN=TRUE"
shift shift
;; ;;
'--with-libs')
plang="-DBUILD_LIBS:BOOLEAN=TRUE"
shift
;;
*) *)
echo "BioLib defaulting to Perl build" echo "BioLib defaulting to Perl build"
plang="-DBUILD_PERL:BOOLEAN=TRUE" plang="-DBUILD_PERL:BOOLEAN=TRUE"
Expand Down

0 comments on commit d9fc67e

Please sign in to comment.