Skip to content

Commit

Permalink
Replaced givaro-HEAD by givaro-4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentbartholdi committed Oct 12, 2024
1 parent 449e610 commit a80f58c
Show file tree
Hide file tree
Showing 501 changed files with 72,531 additions and 4,727 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ using Libdl

installdir = pwd()*"/usr"

cd("givaro") do
run(`./autogen.sh --prefix=$installdir`)
cd("givaro-4.2.0") do
run(`./configure --prefix=$installdir`)
run(`make install`)
end

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
519 changes: 519 additions & 0 deletions deps/givaro-4.2.0/Licence_CeCILL-B_V1-fr.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deps/givaro/Makefile.am → deps/givaro-4.2.0/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ docs_dev:docs/givaro-dev-html/index.html
docs/givaro-dev-html/index.html:
(cd docs; ${MAKE} docs_dev)

VERSION=4.2.1alpha0
VERSION=4.2.0

git:
git commit -a; git pull; git push
Loading

0 comments on commit a80f58c

Please sign in to comment.