Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPernet committed Dec 21, 2017
1 parent db533d8 commit 07e7156
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -107,7 +107,7 @@ git:
git commit -a; git pull; git push


VERSION=1.5.2
VERSION=1.5.3alpha1

EXTRA_DIST=linbox-auto-install.sh
#incremente-versions
5 changes: 3 additions & 2 deletions configure.ac
Expand Up @@ -21,7 +21,7 @@

AC_PREREQ([2.68])

AC_INIT([LinBox], [1.5.2],[linbox-use@googlegroups.com],[linbox],
AC_INIT([LinBox], [1.5.3],[linbox-use@googlegroups.com],[linbox],
[http://www.linalg.org/])

AC_CONFIG_MACRO_DIR([macros])
Expand Down Expand Up @@ -225,7 +225,8 @@ LB_DRIVER
echo "-----------------------------------------------"

# Now getting GMP and Givaro from FFLAS-FFPACK - AB 2014-12-10
PKG_CHECK_MODULES([FFLAS_FFPACK], [fflas-ffpack >= 2.3.0])
PKG_CHECK_MODULES([FFLAS_FFPACK], [fflas-ffpack >= 2.3.1])
PKG_CHECK_MODULES([GIVARO], [givaro >= 4.0.5])

dnl LB_CHECK_FFLAS_FFPACK(,,[
dnl echo ''
Expand Down
2 changes: 1 addition & 1 deletion linbox.pc.in
Expand Up @@ -8,7 +8,7 @@ Name: linbox
Description: Exact Linear Algebra library
URL: http://github.com/linbox-team/linbox
Version: @VERSION@
Requires: fflas-ffpack >= 2.3.1
Requires: fflas-ffpack >= 2.3.1, givaro >= 4.0.5
Libs: -L${libdir} -llinbox @LINBOXSAGE_LIBS@ @NTL_LIBS@ @MPFR_LIBS@ @FPLLL_LIBS@ @IML_LIBS@ @FLINT_LIBS@ @OCL_LIBS@
Cflags: @DEFAULT_CFLAGS@ -DDISABLE_COMMENTATOR -I${includedir} @NTL_CFLAGS@ @MPFR_CFLAGS@ @FPLLL_CFLAGS@ @IML_CFLAGS@ @FLINT_CFLAGS@
\-------------------------------------------------------

0 comments on commit 07e7156

Please sign in to comment.