The public CGAL repository, see the README below
Go to file
Laurent Rineau 247f2513c3 Use install(PROGRAMS...) to install scripts, instead of install(DIRECTORY..)
with the PERMISSIONS statement.

== Reason: that mail ==

Message-ID: <4A2D1852.5050308@itis.ethz.ch>
Date: Mon, 08 Jun 2009 15:55:30 +0200
From: Dominik Szczerba <dominik@itis.ethz.ch>
To: cgal-discuss@lists-sop.inria.fr
Subject: [cgal-discuss] small installation issue on linux (CGAL v3.4)
Reply-To: cgal-discuss@lists-sop.inria.fr

Hi,
While 'make install' a following error is issued:

CMake Error at cmake_install.cmake:55 (FILE):
   file Problem setting permissions on directory "/usr/local/bin"

The properties of this folder are:

drwxrwxr-x  2 root  staff 4096 2009-06-08 15:46 bin

which is certainly sufficient for any local install by a staff member. 
By temporarilly changing the ownership of the folder to myself the 
installation proceeds, but it changes the permissions to 'drwxr-xr-x', 
which is not how it should be done. Is there a particular reason to do 
it this way or is it simply overlooking?

with regards,
Dominik
-- 
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss
2009-06-09 14:04:24 +00:00
AABB_tree * Fix configuration error (boost_system is now optional) 2009-06-09 08:10:21 +00:00
Algebraic_foundations avoid clash of CGAL::min/max with std::min/max 2009-04-29 13:57:45 +00:00
Algebraic_kernel_d fix 2009-06-08 13:44:15 +00:00
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres ... and therefore obsolete dont_submit. 2009-05-20 09:29:09 +00:00
Alpha_shapes_2 Remove svn:executable property on images. 2009-01-03 13:27:56 +00:00
Alpha_shapes_3 fixes the doc for "Compute_squared_radius_3" 2009-06-03 07:56:50 +00:00
Apollonius_graph_2 Remove short name macros. See PR 1551. 2009-04-21 18:17:32 +00:00
Approximate_min_ellipsoid_d More obsolete \ccTexHtml removal. 2009-01-03 15:21:38 +00:00
Arrangement_on_surface_2 implemented reference face 2009-06-09 00:11:45 +00:00
BGL convert *.png which were not PNG files (I could not include them in my latex file). 2009-02-05 20:25:09 +00:00
Boolean_set_operations_2 changed precondition 2009-06-09 00:14:50 +00:00
Box_intersection_d \ccPkgDemo now predend "demo/3.4/" to its argument. 2008-12-10 14:16:12 +00:00
CGAL_ipelets update text 2009-06-08 20:15:20 +00:00
CGALimageIO Added demos to the demos target 2008-12-18 17:29:36 +00:00
Cartesian_kernel Paranoia is always good : make the constructors of the internal *C[23] classes also explicit. 2009-05-26 07:54:52 +00:00
Circular_kernel_2 Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
Circular_kernel_3 cleanup tests + fix 2009-05-07 14:14:24 +00:00
Circulator typo 2009-03-18 07:57:35 +00:00
Conic_2
Convex_decomposition_3 update according to Michael's latest comments 2009-05-12 09:17:16 +00:00
Convex_hull_2 .png file was actually not a PNG file, so convert it. 2009-02-05 20:16:04 +00:00
Convex_hull_3 convert *.png which were not PNG files (I could not include them in my latex file). 2009-02-05 20:25:09 +00:00
Convex_hull_d Fix: Convex_hull_d is QPL, not LGPL. 2009-02-03 17:50:43 +00:00
Core Don't import the CORE namespace into the global namespace. 2009-02-28 10:07:47 +00:00
Developers_manual/doc_tex Remove obsolete, commented out, text about short name macros. 2009-04-21 18:24:46 +00:00
Distance_2
Distance_3
Envelope_2 review by guy 2009-05-11 16:07:34 +00:00
Envelope_3 added missing typenames 2009-06-05 02:04:56 +00:00
Filtered_kernel Renaming before documenting: Default_argument -> Default. 2009-04-10 21:55:24 +00:00
Generator Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Geomview Remove svn:executable property on images. 2009-01-03 13:27:56 +00:00
GraphicsView Remove the Terrain subdirectory. 2009-03-06 15:03:58 +00:00
HalfedgeDS Rename DS to D_S to avoid clashes with macros defined by <sys/reg.h>. 2009-04-26 14:03:12 +00:00
Hash_map
Homogeneous_kernel Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
Installation Use install(PROGRAMS...) to install scripts, instead of install(DIRECTORY..) 2009-06-09 14:04:24 +00:00
Interpolation Use \ccSum. 2009-02-02 17:07:31 +00:00
Intersections_2
Intersections_3
Interval_skip_list convert *.png which were not PNG files (I could not include them in my latex file). 2009-02-05 20:25:09 +00:00
Inventor
Jet_fitting_3 More DS -> DS_ renaming (outside include/CGAL as well, to fix the test-suite). 2009-04-30 13:39:06 +00:00
Kernel_23 Mark most one-argument constructors explicit. 2009-05-09 16:08:19 +00:00
Kernel_d Resurrect the "Design and Implementation History" sections in Kernel_23 and 2009-01-03 15:54:11 +00:00
Kinetic_data_structures Avoid a deprecated interface for incident_face(). 2009-05-08 09:24:17 +00:00
LEDA
Largest_empty_rect_2 Added demos to the demos target 2008-12-18 17:29:36 +00:00
MacOSX
Maintenance Added ProgramOutput* ErrorOutput* to ignore list 2009-06-08 12:01:38 +00:00
Manual Fix a comment. 2009-05-12 13:37:21 +00:00
Manual_tools Replaced temporay hack in generate_reference_manual r49560: 2009-05-27 13:10:10 +00:00
Matrix_search Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Mesh_2 lenght -> length 2009-04-07 19:30:59 +00:00
Min_annulus_d Fix \E_* to \E^* thinko/copy-pasto. 2009-01-03 14:29:04 +00:00
Min_circle_2 Fix \E_* to \E^* thinko/copy-pasto. 2009-01-03 14:29:04 +00:00
Min_ellipse_2 Fix for \mbox inside math environment introduced in a recent revision. 2009-01-26 22:17:37 +00:00
Min_quadrilateral_2 Fix some typos in the protect macro names. 2009-04-08 11:54:51 +00:00
Min_sphere_d Fix \E_* to \E^* thinko/copy-pasto. 2009-01-03 14:29:04 +00:00
Min_sphere_of_spheres_d Fix \E_* to \E^* thinko/copy-pasto. 2009-01-03 14:29:04 +00:00
Minkowski_sum_2 Remove svn:executable property on *.xpm *.odp */maintainer files 2009-01-03 13:38:09 +00:00
Minkowski_sum_3 removed syntax and grammar errors 2009-05-15 18:20:53 +00:00
Modifier
Modular_arithmetic rm dependency from Arithmetic_kernel.h 2008-12-22 09:25:30 +00:00
Nef_2 avoid clash of CGAL::min/max with std::min/max 2009-04-29 13:57:45 +00:00
Nef_3 initialization of support hash should happen 2009-05-03 11:32:35 +00:00
Nef_S2 Replace Nef_S2's CGAL::Tuple by cpp0x::array. 2009-05-01 12:07:15 +00:00
Number_types Fixed calling min and max for MSVC using Boost workaround 2009-05-26 21:08:11 +00:00
OpenNL
Optimisation_basic
Optimisation_doc More obsolete \ccTexHtml removal. 2009-01-03 15:21:38 +00:00
PDB Workaround bug in cgal_manual: call \ccTagFullDeclarations at the beginning of \ccOperations. 2009-05-26 16:48:05 +00:00
Partition_2 removed redundant test (collinear_are_ordered_along_line()), and used generic code (orientation_2_object()) instead of global function (collinear()) 2009-05-24 14:30:10 +00:00
Periodic_3_triangulation_3 doing some todos 2009-06-01 18:43:38 +00:00
Point_set_2
Point_set_processing_3 Modified version of cgal_test_with_cmake which: 2009-06-08 13:46:39 +00:00
Polygon replaced a call to the constructor of a functor (Less_xy_2) with the generic function that returns the functor (less_xy_2_object() 2009-05-24 14:14:05 +00:00
Polyhedron New signal, in Scene_item, that will be emitted just before an item is 2009-04-27 13:40:59 +00:00
Polyhedron_IO
Polynomial Changes according to the reviews 2009-05-14 15:55:54 +00:00
Polytope_distance_d Fix \E_* to \E^* thinko/copy-pasto. 2009-01-03 14:29:04 +00:00
Principal_component_analysis PCA: update doc after short second review from Bernd Gaertner. 2009-05-14 14:23:28 +00:00
Profiling_tools Update comment. 2009-04-08 07:36:06 +00:00
QP_solver Qualify make_tuple with boost::, otherwise the one in namespace std is picked, 2009-05-07 20:07:59 +00:00
Qt_widget Quote the characters '"' in post-build commands. If TargetDir==C:\Program 2008-12-16 14:47:16 +00:00
Random_numbers
Ridges_3 More DS -> DS_ renaming (outside include/CGAL as well, to fix the test-suite). 2009-04-30 13:39:06 +00:00
Robustness Added demos to the demos target 2008-12-18 17:29:36 +00:00
STL_Extension add 1 parameter version of Dispatch_*_iterator in non-variadic case 2009-05-05 21:05:58 +00:00
Scripts Move several log and log_done calls, so that the output is more clear. 2009-05-28 10:00:53 +00:00
SearchStructures Replace non-standard compliant <MATH> by <span class="math">. 2009-01-05 15:14:35 +00:00
Segment_Delaunay_graph_2 More DS -> DS_ renaming (outside include/CGAL as well, to fix the test-suite). 2009-04-30 13:39:06 +00:00
Skin_surface_3 Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
Snap_rounding_2 removed 2009-01-14 08:58:23 +00:00
Spatial_searching Added demos to the demos target 2008-12-18 17:29:36 +00:00
Spatial_sorting
Straight_skeleton_2 Add subsection for examples (that gives a better clickable mini-TOC). 2009-05-25 11:49:23 +00:00
Stream_lines_2 Typo : \ccc -> $$ 2009-01-06 15:19:27 +00:00
Stream_support output for polyhedral surfaces 2009-03-16 11:15:49 +00:00
Subdivision_method_3 Remove obsolete package-local bib files. 2009-01-03 19:28:26 +00:00
Surface_mesh_parameterization Replaced temporay hack in generate_reference_manual r49560: 2009-05-27 13:10:10 +00:00
Surface_mesh_simplification Explicitly qualify shared_ptr with boost::, otherwise there is a conflict with std::shared_ptr in C++0x mode. 2009-05-10 13:27:08 +00:00
Surface_mesher Merge: 2009-05-20 10:08:13 +00:00
Surface_reconstruction_points_3 Modified version of cgal_test_with_cmake which: 2009-06-08 13:51:36 +00:00
Testsuite Remove pre-CMake scripts. 2009-05-09 16:35:14 +00:00
Triangulation_2 Add nearest_vertex() for Delaunay hierarchies. 2009-04-22 12:43:33 +00:00
Triangulation_3 adding method insert that takes the return values of a point location query 2009-05-12 15:10:42 +00:00
Union_find
Voronoi_diagram_2 Remove short name macros. See PR 1551. 2009-04-21 18:21:33 +00:00
Width_3
iostream convert *.png which were not PNG files (I could not include them in my latex file). 2009-02-05 20:25:09 +00:00
kdtree
wininst Last cosmetic changes in the Windows installer. 2008-12-19 09:42:34 +00:00
.gitattributes Modified version of cgal_test_with_cmake which: 2009-06-08 13:51:36 +00:00
.gitignore Modified version of cgal_test_with_cmake which: 2009-06-08 11:52:56 +00:00