Skip to content

Commit

Permalink
vigra: Readding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Jul 23, 2012
1 parent 2ed5f0b commit 451b510
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphics/vigra/BUILD
@@ -0,0 +1,5 @@
(

default_cmake_build

) > $C_FIFO 2>&1
11 changes: 11 additions & 0 deletions graphics/vigra/DEPENDS
@@ -0,0 +1,11 @@
depends cmake

optional_depends "hdf5" "-DWITH_HDF5=ON" "-DWITH_HDF5=OFF" "For data model, library, and file format support"
optional_depends "fftw3" "" "" "fast C FFT library"
optional_depends "nose" "" "" "for test discovery unittest"
optional_depends "zlib" "" "" "compression support"
optional_depends "libpng" "" "" "for png support"
optional_depends "%JPEG" "" "" "for jpeg support"
optional_depends "openMotif" "" "" "for tiff support"
optional_depends "boost" "" "" "for boost support"
optional_depends "Sphinx" "-DPYTHON_SPHINX=ON" "-DPYTHON_SPHINX=OFF" "for document generation support"
18 changes: 18 additions & 0 deletions graphics/vigra/DETAILS
@@ -0,0 +1,18 @@
MODULE=vigra
VERSION=1.8.0
SOURCE=$MODULE-$VERSION-src.tar.gz
SOURCE_URL=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra
SOURCE_VFY=sha1:09f1d506c2748ebeb7d9f1c77ce387f9e7b837d2
WEB_SITE=http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
ENTERED=20061218
UPDATED=20111009
SHORT="Vision with Generic Algorithms"

cat << EOF
Vision with Generic Algorithms
It's a novel computer vision library that puts its main emphasize on
customizable algorithms and data structures. By using template
techniques similar to those in the C++ Standard Template Library,
you can easily adapt any VIGRA component to the needs of your
application, without thereby giving up execution speed.
EOF

0 comments on commit 451b510

Please sign in to comment.