mirror of https://github.com/CGAL/cgal
precompiled demos for CGAL-6.1 (#9132)
## Summary of Changes Small fixes for precompiled demos ## Release Management * Affected package(s): Maintenance * License and copyright ownership: N/A
This commit is contained in:
commit
aefbc23955
|
|
@ -78,6 +78,9 @@ pushd Triangulation_on_sphere_2_Demo_with_dlls; zip -r ../triangulation_on_spher
|
||||||
pushd Lab_Demo_with_dlls; zip -r ../CGALlab.zip *; popd
|
pushd Lab_Demo_with_dlls; zip -r ../CGALlab.zip *; popd
|
||||||
pushd Arrangement_on_surface_2_earth_Demo_with_dlls; zip -r ../arrangements_2_earth.zip *; popd
|
pushd Arrangement_on_surface_2_earth_Demo_with_dlls; zip -r ../arrangements_2_earth.zip *; popd
|
||||||
|
|
||||||
|
# CGAL-6.1
|
||||||
|
pushd Triangulation_on_hyperbolic_surface_2_Demo_with_dlls; zip -r ../triangulation_on_hyperbolic_surface_2.zip *; popd
|
||||||
|
|
||||||
# check
|
# check
|
||||||
echo CHECK now. The following lines should be empty.
|
echo CHECK now. The following lines should be empty.
|
||||||
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
|
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
\cgalPkgDependsOn{\ref PkgCombinatorialMaps}
|
\cgalPkgDependsOn{\ref PkgCombinatorialMaps}
|
||||||
\cgalPkgBib{cgal:ddpt-thss}
|
\cgalPkgBib{cgal:ddpt-thss}
|
||||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||||
\cgalPkgDemo{2D Triangulations on Hyperbolic Surfaces,nofilefornow.zip}
|
\cgalPkgDemo{2D Triangulations on Hyperbolic Surfaces,triangulation_on_hyperbolic_surface_2.zip}
|
||||||
\cgalPkgShortInfoEnd
|
\cgalPkgShortInfoEnd
|
||||||
|
|
||||||
\cgalPkgDescriptionEnd
|
\cgalPkgDescriptionEnd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue