Skip to content

Commit

Permalink
Replaced fflas by tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Oct 12, 2024
1 parent a80f58c commit a7b7a49
Show file tree
Hide file tree
Showing 473 changed files with 72,792 additions and 10,493 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ cd("givaro-4.2.0") do
run(`make install`)
end

cd("fflas-ffpack") do
run(`./autogen.sh PKG_CONFIG_PATH=$installdir/lib/pkgconfig --prefix=$installdir`)
cd("fflas-ffpack-2.5.0") do
run(`./configure PKG_CONFIG_PATH=$installdir/lib/pkgconfig --prefix=$installdir --with-blas-libs="-lcblas"`)
run(`make install`)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Romain Lebreton <[email protected]>
Philippe Ledent
Ozden Ozturk
Clément Pernet <[email protected]>
Hippolyte Signargout <[email protected]>
Ziad Sultan <[email protected]>
Bastien Vialla <[email protected]>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ git:

EXTRA_DIST= README.md

VERSION=2.5.1alpha0
VERSION=2.5.0
Loading

0 comments on commit a7b7a49

Please sign in to comment.