-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #379 from VincentRouvreau/gudhi_3_3_0
gudhi 3.3.0 + new gudhi version improvement
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Checkin the modifications, build and test the version: | |
```bash | ||
git submodule update --init | ||
rm -rf build; mkdir build; cd build | ||
cmake -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_BENCHMARK=ON -DUSER_VERSION_DIR=gudhi.@GUDHI_VERSION@ -DPython_ADDITIONAL_VERSIONS=3 .. | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_BENCHMARK=ON -DUSER_VERSION_DIR=gudhi.@GUDHI_VERSION@ -DPython_ADDITIONAL_VERSIONS=3 .. | ||
make user_version | ||
date +"%d-%m-%Y-%T" > gudhi.@GUDHI_VERSION@/timestamp.txt | ||
tar -czvf gudhi.@[email protected] gudhi.@GUDHI_VERSION@ | ||
|
@@ -43,8 +43,8 @@ make doxygen 2>&1 | tee dox.log && grep warning dox.log | |
cp -R gudhi.@GUDHI_VERSION@/doc/html gudhi.doc.@GUDHI_VERSION@/cpp | ||
cd gudhi.@GUDHI_VERSION@ | ||
rm -rf build; mkdir build; cd build | ||
cmake -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_EXAMPLE=ON -DPython_ADDITIONAL_VERSIONS=3 .. | ||
export LC_ALL=en_US.UTF-8 # cf. bug | ||
cmake -DCMAKE_BUILD_TYPE=Release -DCGAL_DIR=/your/path/to/CGAL -DWITH_GUDHI_EXAMPLE=ON -DPython_ADDITIONAL_VERSIONS=3 .. | ||
export LC_ALL=en_US.UTF-8 # cf. bug https://github.com/GUDHI/gudhi-devel/issues/111 | ||
make sphinx | ||
``` | ||
|
||
|
@@ -82,7 +82,7 @@ ln -s @GUDHI_VERSION@ latest | |
|
||
* Go on page https://github.com/GUDHI/gudhi-devel/releases/new | ||
* Name the tag: tags/gudhi-release-@GUDHI_VERSION@ | ||
* Name the release GUDHI @GUDHI_VERSION@ | ||
* Name the release GUDHI @GUDHI_VERSION@ release | ||
* Write the release note | ||
* Drag'n drop *gudhi.@[email protected]*, *md5sum.txt*, *sha256sum.txt*, *sha512sum.txt* files | ||
* Tick the *This is a pre-release* check button if this is a release candidate (untick if this is an official version) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters