dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00001
Re: [MERGE] Added a cgal package to download, build and install CGAL properly.
Andre Massing wrote:
> Hi,
>
> I just added a cgal.package file to fetch, build and install CGAL via
> dorsal and it worked on my computer. Could you have look at it?
>
> Thanks and greetings,
> Andre
Cool.
Do you want to do
cmake foo
make
make install
?
If so, you might be able to get away with:
+BUILDCHAIN=autotools
+package_specific_setup () {
+ #cmake -DWITH_examples=true -DWITH_demos=true
-DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH .
+ cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_PATH .
+}
(No need to set package_specific_build or _install.)
Try it and let me know. Also, what is that #Begin bundle blobby portion
of the patch?
Harish
References