Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling Eigen in travis #1214

Merged
merged 130 commits into from
Nov 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
130 commits
Select commit Hold shift + click to select a range
b2ec223
Adding periodicity specification in VoronoiMap.
rolanddenis Aug 31, 2016
3e94aca
Cleaning code.
rolanddenis Aug 31, 2016
b8ae147
Adding draft test for periodic dimensions and fixing issue.
rolanddenis Aug 31, 2016
d5a6752
Updating DistanceTransformation and adding some tests.
rolanddenis Aug 31, 2016
c685597
Testing VoronoiMap on all periodicity possibilities.
rolanddenis Sep 1, 2016
e3595d9
Fixing bug in VoronoiMap along periodic dimensions other than 0.
rolanddenis Sep 1, 2016
961abfa
Documenting and adding periodicity specification accessors.
rolanddenis Sep 1, 2016
b377afd
Checking voronoi map validity for all periodicities and metrics.
rolanddenis Sep 1, 2016
1e90559
Adding periodicity test in testDistanceTransformation.
rolanddenis Sep 1, 2016
f9cd8af
minor typos/edits
dcoeurjo Sep 6, 2016
703ec36
disabling default constructor
dcoeurjo Sep 6, 2016
e703f6f
extra braces
dcoeurjo Sep 6, 2016
e3097cd
Merge pull request #3 from dcoeurjo/perio
rolanddenis Sep 7, 2016
ac6b1eb
minor edit
dcoeurjo Sep 7, 2016
ceee9e6
Documenting...
rolanddenis Sep 7, 2016
67cb234
Merge branch 'periodicVoronoiMap' of github.com:rolanddenis/DGtal int…
rolanddenis Sep 7, 2016
9e00867
Merge remote-tracking branch 'dcoeurjo/perio' into periodicVoronoiMap
rolanddenis Sep 7, 2016
23de7eb
Using isPeriodic for testing periodicity in VoronoiMap.ih
rolanddenis Sep 7, 2016
f697b89
Using default copy operator and destructor in VoronoiMap.
rolanddenis Sep 9, 2016
4870f21
Adding periodicity specification in PowerMap.
rolanddenis Sep 12, 2016
a33ab18
Checking CImage concept in PowerMap and VoronoiMap.
rolanddenis Sep 12, 2016
053f485
Fixing compilation issue.
rolanddenis Sep 12, 2016
951e119
Fixing periodicity behavior of PowerMap.
rolanddenis Sep 14, 2016
864a594
starting the doc
dcoeurjo Sep 30, 2016
0a49407
Merge branch 'periodicPowerMap' into periodicVoronoiMap
rolanddenis Sep 30, 2016
705e2ab
Fixing doc.
rolanddenis Oct 3, 2016
4cde117
doc editing
dcoeurjo Oct 17, 2016
0a10c14
working on example
dcoeurjo Oct 17, 2016
a88478c
example
dcoeurjo Oct 18, 2016
52f956b
example ok
dcoeurjo Oct 18, 2016
39cce7f
doc
dcoeurjo Oct 18, 2016
0441000
images
dcoeurjo Oct 18, 2016
e221cec
doc update
dcoeurjo Oct 18, 2016
7f11ae8
Documenting PowerMap and adding pre-condition when projecting points.
rolanddenis Oct 19, 2016
0010710
Adding point projection in VoronoiMap.
rolanddenis Oct 19, 2016
da8890f
Fixing assertion failure in PowerMap.
rolanddenis Oct 19, 2016
5c0601e
Completing testPowerMap with periodicity, 3D and 4D.
rolanddenis Oct 19, 2016
c7ffc64
Fixing bug in PowerMap.
rolanddenis Oct 19, 2016
e6e4eec
Fixing tabs.
rolanddenis Oct 19, 2016
d6e732f
Fix test for the HDF5 Travis failure.
rolanddenis Oct 20, 2016
f538378
Another fix test.
rolanddenis Oct 20, 2016
86501b7
Revert the fix tests for the HDF5 Travis failure.
rolanddenis Oct 20, 2016
a11f80e
Adding periodicity tests for ReducedMedialAxis.
rolanddenis Oct 20, 2016
5579b60
Cleaning ReducedMedialAxis.
rolanddenis Oct 20, 2016
b6c0c66
add eigen
kerautret Oct 21, 2016
308cf62
reload
kerautret Oct 21, 2016
d08adc1
test
kerautret Oct 21, 2016
5a7ab74
Merge branch 'master' into periodicVoronoiMap
rolanddenis Oct 21, 2016
4c59b7c
Updating ChangeLog.md for PR #1206
rolanddenis Oct 21, 2016
f79cafa
test
kerautret Oct 21, 2016
a606cc7
test
kerautret Oct 21, 2016
57adc1b
test
kerautret Oct 21, 2016
28daddd
no warning with eigen
kerautret Oct 22, 2016
081cf8e
edit
kerautret Oct 22, 2016
55d4e9f
Adding @rolandenis in the doc
dcoeurjo Nov 1, 2016
e147930
Disabling HDF5 on mac in travis
dcoeurjo Nov 1, 2016
7a6374c
Disabling HDF5 on mac in travis
dcoeurjo Nov 1, 2016
e50997b
Enabling Eigen in travis
dcoeurjo Nov 1, 2016
9c6fe59
Update .travis.yml
dcoeurjo Nov 1, 2016
8588969
merge from David
kerautret Nov 1, 2016
89101e5
Merge pull request #23 from kerautret/EigenActivMergeDavid
dcoeurjo Nov 1, 2016
64807ad
Modifying color map in order to have similar colors.
rolanddenis Nov 1, 2016
c15d7fb
Updating toricdomainvolumetric example with partial periodicity.
rolanddenis Nov 1, 2016
9df81b7
Updating VoronoiMap tutorial's images with similar color map.
rolanddenis Nov 2, 2016
62d1022
disable hardcoded order tests
elcerdo Nov 2, 2016
d821342
enable hardcoded order tests for boost >= 1.50
elcerdo Nov 2, 2016
b3de459
display error
elcerdo Nov 2, 2016
e70a47b
Fixing zero-length arrows in toricdomainvolumetric
rolanddenis Nov 3, 2016
e58cce8
Updating tuto with partial periodic specification.
rolanddenis Nov 3, 2016
38cc1eb
Merge pull request #1206 from rolanddenis/periodicVoronoiMap
dcoeurjo Nov 4, 2016
18097a1
Merge branch 'periodicVoronoiMap' into EigenTravis
dcoeurjo Nov 4, 2016
fc377ca
rescale solution
elcerdo Nov 4, 2016
d60f207
Merge branch 'EigenTravis' of github.com:dcoeurjo/DGtal into EigenTravis
elcerdo Nov 4, 2016
fcc6aed
Update README.md
kerautret Nov 6, 2016
4945ed3
Merge pull request #1216 from DGtal-team/AppveyorCI
dcoeurjo Nov 7, 2016
d153998
lower required version
elcerdo Nov 7, 2016
0654e63
Merge branch 'EigenTravis' of github.com:dcoeurjo/DGtal into TestFixE…
kerautret Nov 12, 2016
b286603
Upper case...
kerautret Nov 12, 2016
d90c41e
Merge branch 'EigenTravis' of github.com:dcoeurjo/DGtal into TestFixE…
kerautret Nov 12, 2016
2989905
try with pkg
kerautret Nov 12, 2016
2fd1ba3
Update CheckDGtalOptionalDependencies.cmake
kerautret Nov 12, 2016
8c1f212
Update CheckDGtalOptionalDependencies.cmake
kerautret Nov 12, 2016
cc31281
Update .travis.yml
kerautret Nov 12, 2016
5a47eef
Update .travis.yml
kerautret Nov 13, 2016
5bfbd4f
Eigen 3.3 detected...
kerautret Nov 13, 2016
bc27f76
find eigen test
kerautret Nov 13, 2016
a1eb0f8
Update CheckDGtalOptionalDependencies.cmake
kerautret Nov 13, 2016
b386450
Refactoring travis
dcoeurjo Nov 13, 2016
e5a6d53
travis
dcoeurjo Nov 13, 2016
5bc43f9
travis
dcoeurjo Nov 13, 2016
8307ab8
depsé
dcoeurjo Nov 13, 2016
4b6b136
deps
dcoeurjo Nov 13, 2016
92a49b9
deps
dcoeurjo Nov 13, 2016
bcc4c16
revert
dcoeurjo Nov 13, 2016
a0049cd
revert compiler
dcoeurjo Nov 13, 2016
cdb12de
trce
dcoeurjo Nov 13, 2016
fbadf85
missing file
dcoeurjo Nov 13, 2016
60a9081
scripts
dcoeurjo Nov 13, 2016
7c0b1be
fix mac
dcoeurjo Nov 13, 2016
10d250b
mainbuild
dcoeurjo Nov 13, 2016
804b5e3
cleanup dgtal build
dcoeurjo Nov 13, 2016
63f5fb8
cleanup dgtal build
dcoeurjo Nov 13, 2016
3b0774d
cleanup dgtal build
dcoeurjo Nov 13, 2016
97cff77
trace
dcoeurjo Nov 13, 2016
7d14f09
trace
dcoeurjo Nov 13, 2016
facd1de
export vars
dcoeurjo Nov 14, 2016
1240220
issues?
dcoeurjo Nov 14, 2016
80e0aa5
issues?
dcoeurjo Nov 14, 2016
a849d53
bugfix
dcoeurjo Nov 14, 2016
d041f8a
build fix
dcoeurjo Nov 14, 2016
50ded6e
clang
dcoeurjo Nov 14, 2016
cfe6cf4
path
dcoeurjo Nov 14, 2016
103d9a9
ok
dcoeurjo Nov 14, 2016
7c63366
ls
dcoeurjo Nov 14, 2016
d68383b
exporting vars
dcoeurjo Nov 14, 2016
da5f3d4
trace
dcoeurjo Nov 14, 2016
8359c52
libqgl
dcoeurjo Nov 14, 2016
7c1a90f
Update install_deps_macos.sh
dcoeurjo Nov 14, 2016
3abcff3
libqglviewer
dcoeurjo Nov 15, 2016
a19379e
Merge branch 'EigenTravis' of github.com:dcoeurjo/DGtal into EigenTravis
dcoeurjo Nov 16, 2016
c95db9f
verbose for macos
dcoeurjo Nov 16, 2016
960e2f7
cleanup
dcoeurjo Nov 16, 2016
450705a
eiegenroot mac
dcoeurjo Nov 16, 2016
d8b3741
cleanup
dcoeurjo Nov 16, 2016
d9b91f0
warnings
elcerdo Nov 17, 2016
3d10937
regen dirac for dirichlet problem
elcerdo Nov 17, 2016
93bd290
verbose
elcerdo Nov 17, 2016
62fc11c
eigen
dcoeurjo Nov 17, 2016
204bd73
t pyshMerge branch 'EigenTravis' of github.com:dcoeurjo/DGtal into Ei…
dcoeurjo Nov 17, 2016
eea8641
Fix DGtalTools target
dcoeurjo Nov 17, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 18 additions & 29 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ notifications:
########
env:
- CONFIG="Debug,Magick,GMP,ITK,FFTW3"
- CONFIG="Debug,Cairo,QGLviewer,HDF5"
- CONFIG="Debug,Cairo,QGLviewer,HDF5,EIGEN"
- CONFIG="Documentation"
- CONFIG="DGtalTools"

Expand All @@ -45,6 +45,7 @@ matrix:
- os: osx
compiler: gcc


addons:
apt:
sources:
Expand All @@ -68,52 +69,40 @@ addons:
- gcc-4.8
- libfftw3-dev


before_install:
- if [ $CXX == "g++" ]; then CCOMPILER="gcc-4.8"; CXXCOMPILER="g++-4.8"; fi
- BUILD_DOC="false"
- UPLOAD_DOC="false"
- NEEDCORE="true";
- NEEDEXAMPLESANDTESTS="true";
- if [ $CONFIG == "Documentation" ]; then NEEDEXAMPLESANDTESTS="false"; NEEDCORE="false"; BUILD_DOC="true"; if [ $OriginalRepo == "true" ]; then if [ $TRAVIS_PULL_REQUEST == "false" ]; then UPLOAD_DOC="true"; fi; fi; fi
- if [ $CONFIG == "Debug,Magick,GMP,ITK,FFTW3" ]; then BTYPE="-DCMAKE_BUILD_TYPE=Debug -DWITH_MAGICK=true -DWITH_GMP=true -DWITH_FFTW3=true -DBUILD_TESTING=ON -DWARNING_AS_ERROR=ON"; fi
- if [ $CONFIG == "Debug,Cairo,QGLviewer,HDF5" ]; then BTYPE="-DCMAKE_BUILD_TYPE=Debug -DWITH_HDF5=true -DWITH_CAIRO=true -DWITH_QGLVIEWER=true -DBUILD_TESTING=ON -DWARNING_AS_ERROR=OFF"; fi
- if [ $CONFIG == "DGtalTools" ]; then NEEDEXAMPLESANDTESTS="false"; BTYPE="-DCMAKE_BUILD_TYPE=Debug -DWITH_MAGICK=true -DWITH_GMP=true -DWITH_HDF5=true -DWITH_CAIRO=true -DWITH_QGLVIEWER=true -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=off"; fi
- source .travis/before_global.sh
- echo "C++ ===> $CXXCOMPILER"
- if [ $CONFIG == "Debug,Cairo,QGLviewer,HDF5,EIGEN" ]; then source .travis/install_eigen.sh ; cd $TRAVIS_BUILD_DIR; fi
- echo $EIGEN_ROOT
- if [ $CONFIG == "Documentation" ]; then export NEEDEXAMPLESANDTESTS="false"; export NEEDCORE="false"; export BUILD_DOC="true"; if [ $OriginalRepo == "true" ]; then if [ $TRAVIS_PULL_REQUEST == "false" ]; then export UPLOAD_DOC="true"; fi; fi; fi
- if [ $CONFIG == "Debug,Magick,GMP,ITK,FFTW3" ]; then export BTYPE="-DCMAKE_BUILD_TYPE=Debug -DWITH_MAGICK=true -DWITH_GMP=true -DWITH_FFTW3=true -DBUILD_TESTING=ON -DWARNING_AS_ERROR=ON"; fi
- if [ $CONFIG == "Debug,Cairo,QGLviewer,HDF5,EIGEN" ]; then export BTYPE="-DCMAKE_BUILD_TYPE=Debug -DWITH_HDF5=true -DWITH_CAIRO=true -DWITH_QGLVIEWER=true -DBUILD_TESTING=ON -DWITH_EIGEN=true -DWARNING_AS_ERROR=OFF -DEIGEN3_INCLUDE_DIR='$EIGEN_ROOT/include/eigen3'"; fi
- if [ $CONFIG == "DGtalTools" ]; then export NEEDEXAMPLESANDTESTS="false"; export BTYPE="-DCMAKE_BUILD_TYPE=Debug -DWITH_MAGICK=true -DWITH_GMP=true -DWITH_HDF5=true -DWITH_CAIRO=true -DWITH_QGLVIEWER=true -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=off"; fi
- if [ $UPLOAD_DOC == "true" ]; then openssl aes-256-cbc -K $encrypted_47769ec71275_key -iv $encrypted_47769ec71275_iv -in .travis/dgtal_rsa.enc -out .travis/dgtal_rsa -d; chmod 600 .travis/dgtal_rsa; BUILD_DOC="true"; fi
- if [ $BUILD_DOC == "true" ]; then wget http://dgtal.org/doc/tags/DGtalTools-tagfile; fi
- if [ $BUILD_DOC == "true" ]; then .travis/install_doxygen.sh; BTYPE="-DDOXYGEN_EXECUTABLE=$HOME/doxygen/doxygen-1.8.10/bin/doxygen"; fi
- if [ $BUILD_DOC == "true" ]; then .travis/install_doxygen.sh; export BTYPE="-DDOXYGEN_EXECUTABLE=$HOME/doxygen/doxygen-1.8.10/bin/doxygen"; fi


########
# Deps.
########
before_script:
- if [ $TRAVIS_OS_NAME == linux ]; then echo "All done."; fi
- if [ $TRAVIS_OS_NAME == osx ]; then brew update; brew install boost doxygen homebrew/science/hdf5 graphviz graphicsmagick gmp libqglviewer fftw; echo "done";fi
- if [ $TRAVIS_OS_NAME == osx ]; then source .travis/install_deps_macos.sh; fi


############
# Main rules
############
script:
- cmake . $BTYPE -DCMAKE_CXX_COMPILER=$CXXCOMPILER -DCMAKE_C_COMPILER=$CCOMPILER
- echo $BUILD_DOC
- echo $UPLOAD_DOC
- echo $BTYPE
- if [ $NEEDCORE == "true" ]; then make -j 3 DGtal && make -j 3 DGtalIO; fi
- if [ $NEEDEXAMPLESANDTESTS == "true" ]; then cd examples && make -j 3 ; fi
- if [ $NEEDEXAMPLESANDTESTS == "true" ]; then cd ../tests && make -j 3 && cd .. ; fi
- if [ $NEEDEXAMPLESANDTESTS == "true" ]; then make test ARGS=--output-on-failure ; fi
- if [ $CONFIG == "DGtalTools" ]; then pwd ; .travis/getAndCheckDGtalTools.sh ; fi
- if [ $BUILD_DOC == "true" ]; then make doc; fi
- if [ $CONFIG == "Documentation" ]; then ./.travis/checkDoxygenDocumentation.sh; fi
- echo "---- $BTYPE ---$BUILD_DOC---$UPLOAD_DOC"
- .travis/main_build.sh
- if [ $CONFIG == "DGtalTools" ]; then .travis/getAndCheckDGtalTools.sh ; fi
- if [ $CONFIG == "Documentation" ]; then .travis/checkDoxygenDocumentation.sh; fi


###########
## Building the documentation
###########
after_success:
- if [ $UPLOAD_DOC == "true" ]; then rsync -azv --delete --delete-after -e 'ssh -oStrictHostKeyChecking=no -i .travis/dgtal_rsa' html/ [email protected]:/home/dgtal/public_html/doc/nightly/; fi
- if [ $UPLOAD_DOC == "true" ]; then cd html; make ; wget http://dgtal.org/doc/docset/template.tgz ; tar zxvf template.tgz ; mv template/* org.dgtal.docset ; tar zcvf DGtal-devel.tgz org.dgtal.docset ; cd .. ;rsync -azv --delete --delete-after -e 'ssh -oStrictHostKeyChecking=no -i .travis/dgtal_rsa' html/DGtal-devel.tgz [email protected]:/home/dgtal/public_html/doc/docset ; fi
## We publish the DGtalTools tags
- if [ $UPLOAD_DOC == "true" ]; then scp -i .travis/dgtal_rsa DGtal-tagfile [email protected]:/home/dgtal/public_html/doc/tags/;scp -i .travis/dgtal_rsa Board-tagfile [email protected]:/home/dgtal/public_html/doc/tags/; fi
- echo "All done..."
- if [ $UPLOAD_DOC == "true" ]; then .travis/publish_doc.sh; fi
22 changes: 22 additions & 0 deletions .travis/before_global.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash

export BUILD_DOC="false"
export UPLOAD_DOC="false"
export NEEDCORE="true"

export NEEDEXAMPLESANDTESTS="true";
export SRC_DIR="`pwd`"

export CCOMPILER=$CC
export CXXCOMPILER=$CXX

##Forcing gcc-4.8
if [ $CC = "gcc" ];
then
export CCOMPILER="gcc-4.8"
export CXXCOMPILER="g++-4.8"
fi

##Preparing folders
mkdir deps/
mkdir deps/local
2 changes: 1 addition & 1 deletion .travis/getAndCheckDGtalTools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ echo "DGtal path = $DGTALPATH"
git clone --depth 1 git:/DGtal-team/DGtalTools.git
cd DGtalTools
mkdir build ; cd build
cmake .. -DDGtal_DIR=$DGTALPATH
cmake .. -DDGtal_DIR=$DGTALPATH/build $BUILD
make -j 2
13 changes: 13 additions & 0 deletions .travis/install_deps_macos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash


## Temporary HDF5 build issue
export BTYPE="$BTYPE -DWITH_HDF5=false" && echo "Disabling HDF5 on MacOS";

#
# Note: gmp and boost already installed
#

brew update
brew install doxygen homebrew/science/hdf5 graphviz graphicsmagick fftw eigen homebrew/boneyard/libqglviewer

8 changes: 6 additions & 2 deletions .travis/install_doxygen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

#
##Download and install 1.8.1
#

mkdir ~/doxygen && cd ~/doxygen
wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.10.linux.bin.tar.gz
tar xzf doxygen-1.8.10.linux.bin.tar.gz
wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.10.linux.bin.tar.gz && tar xzf doxygen-1.8.10.linux.bin.tar.gz
24 changes: 24 additions & 0 deletions .travis/install_eigen.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/bash


#
# Local install of Eigen on linux system
#

export EIGEN_ROOT="/usr/local/"

if [ $TRAVIS_OS_NAME == linux ];
then
cd deps
wget http://bitbucket.org/eigen/eigen/get/3.2.10.tar.bz2

bunzip2 3.2.10.tar.bz2
tar xvf 3.2.10.tar

cd eigen-eigen-b9cd8366d4e8
mkdir build ; cd build

cmake .. -DCMAKE_INSTALL_PREFIX="${SRC_DIR}/deps/local"
make && make install && cd ${SRC_DIR} && export EIGEN_ROOT="$SRC_DIR/deps/local"

fi
32 changes: 32 additions & 0 deletions .travis/main_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/bin/bash

set -e

mkdir build
cd build

### Cmake
echo "Using C++ = $CXXCOMPILER"
cmake .. $BTYPE -DCMAKE_CXX_COMPILER=$CXXCOMPILER -DCMAKE_C_COMPILER=$CCOMPILER


### DGtal Core build
if [ $NEEDCORE = "true" ];
then
make -j 3 DGtal && make -j 3 DGtalIO
fi

echo "NeedExample $NEEDEXAMPLESANDTESTS"
### DGtal Examples and Examples
if [ $NEEDEXAMPLESANDTESTS = "true" ];
then
cd examples ; make -j 3 ; echo "PWD"; pwd ; ls -l ..
cd ../tests ; make -j 3
make test ARGS=--output-on-failure
fi

### DGtal doc
if [ $BUILD_DOC = "true" ];
then
make doc
fi
21 changes: 21 additions & 0 deletions .travis/publish_doc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash

set -e

rsync -azv --delete --delete-after -e 'ssh -oStrictHostKeyChecking=no -i .travis/dgtal_rsa' html/ [email protected]:/home/dgtal/public_html/doc/nightly/


##DOCSET build
cd html
make
wget http://dgtal.org/doc/docset/template.tgz
tar zxvf template.tgz ; mv template/* org.dgtal.docset
tar zcvf DGtal-devel.tgz org.dgtal.docset

cd ..

rsync -azv --delete --delete-after -e 'ssh -oStrictHostKeyChecking=no -i .travis/dgtal_rsa' html/DGtal-devel.tgz [email protected]:/home/dgtal/public_html/doc/docset


###TAGS for DGtalTools
scp -i .travis/dgtal_rsa DGtal-tagfile [email protected]:/home/dgtal/public_html/doc/tags/;scp -i .travis/dgtal_rsa Board-tagfile [email protected]:/home/dgtal/public_html/doc/tags/
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# DGtal 0.9.3

## New Features / Critical Changes

- *Geometry Package*
- VoronoiMap, PowerMap, (Reverse)DistanceTransformation and ReducedMedialAxis
now work on toric domains (with per-dimension periodicity specification).
(David Coeurjolly, Roland Denis,
[#1206](https:/DGtal-team/DGtal/pull/1206))

## Bug Fixes

- *Configuration/General*
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ More Information
* Release 0.9.1 [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.45125.svg)](http://dx.doi.org/10.5281/zenodo.45125)
* Release 0.9 [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.31884.svg)](http://dx.doi.org/10.5281/zenodo.31884)
* Release 0.8 [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11586.png)](http://dx.doi.org/10.5281/zenodo.11586)
* Continuous Integration [![Build Status](https://travis-ci.org/DGtal-team/DGtal.svg?branch=master)](https://travis-ci.org/DGtal-team/DGtal)
* Continuous Integration (Linux/MacOS) [![Build Status](https://travis-ci.org/DGtal-team/DGtal.svg?branch=master)](https://travis-ci.org/DGtal-team/DGtal)
* Continuous Integration (Windows) [![Build status](https://ci.appveyor.com/api/projects/status/7labe8ft0jf30ng7/branch/master?svg=true)](https://ci.appveyor.com/project/kerautret/dgtal-8op01/branch/master)

2 changes: 1 addition & 1 deletion cmake/CheckDGtalOptionalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ENDIF(WITH_OPENMP)
# -----------------------------------------------------------------------------
SET(EIGEN_FOUND_DGTAL 0)
IF(WITH_EIGEN)
FIND_PACKAGE(Eigen3 3.2 REQUIRED)
FIND_PACKAGE(Eigen3 REQUIRED)
IF(EIGEN3_FOUND)
SET(EIGEN_FOUND_DGTAL 1)
ADD_DEFINITIONS("-DWITH_EIGEN ")
Expand Down
1 change: 1 addition & 0 deletions examples/geometry/volumes/distance/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SET(DGTAL_EXAMPLES_SRC
toricdomainvolumetric
distancetransform2D
exampleFMM2D
voronoimap2D
Expand Down
Loading