The configuration was already updated for a while, but not commited. Today I have added a new platform that will use LEDA instead of GMP. And I have disable x64_Cygwin-Windows8_MSVC2012-Debug-32bits That commit also adds a shell script to update the local copy from the files on picasso.
6 lines
323 B
Bash
Executable File
6 lines
323 B
Bash
Executable File
#! /bin/sh
|
|
|
|
rsync -av --chmod=u+rwX picasso:.autocgalrc autocgalrc
|
|
rsync -av --chmod=u+rwX picasso:cgal/launch_testsuite.bat .
|
|
rsync -Cvr --chmod=u+rwX --exclude include --exclude Makefile --exclude \*.cmake --exclude bin --exclude lib --exclude config --exclude CMakeFiles --exclude src picasso:cgal/reference_platforms .
|