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

_______________________________________________
Mailing list: https://launchpad.net/~dorsal
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dorsal
More help   : https://help.launchpad.net/ListHelp

Reply via email to