Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL::Parallel_tag not compatible with CGAL::Triangulation_vertex_base_with_info_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL::Parallel_tag not compatible with CGAL::Triangulation_vertex_base_with_info_3


Chronological Thread 
  • From: Adam Getchell <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL::Parallel_tag not compatible with CGAL::Triangulation_vertex_base_with_info_3
  • Date: Mon, 2 Feb 2015 00:53:19 -0800

Hmmm. It's found here:

┌─[adam][Hapkido][±][parallel ][~/CDT-plusplus]

└─▪ ./build.sh

-- The C compiler identification is AppleClang 6.0.0.6000056

-- The CXX compiler identification is AppleClang 6.0.0.6000056

-- Check for working C compiler using: Ninja

-- Check for working C compiler using: Ninja -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working CXX compiler using: Ninja

-- Check for working CXX compiler using: Ninja -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Build type: Release

-- USING CXXFLAGS = ' -O3 -DNDEBUG'

-- USING EXEFLAGS = ' -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib '

-- Targetting Ninja

-- Using /usr/bin/c++ compiler.

-- DARWIN_VERSION=14

-- Mac Leopard detected

-- Requested component: Core

-- Requested component: MPFR

-- Requested component: GMP

-- Found Eigen3: /usr/local/include/eigen3 (found suitable version "3.2.3", minimum required is "3.1.0") 

-- Found Intel TBB

-- Configuring done

-- Generating done

-- Build files have been written to: /Users/adam/CDT-plusplus/build

[11/12] Linking CXX executable cdt


I enabled it in my CMakeLists.txt:


# Experimental TBB support

  # TBB 4.3 compatibility fixed in CGAL 4.5.1

  find_package( TBB QUIET)

  if (TBB_FOUND)

    include( ${TBB_USE_FILE})


    list(APPEND CGAL_3RD_PARTY_LIBRARIES ${TBB_LIBRARIES})


  endif()


I didn't notice the examples including anything TBB specific, did I miss something?

http://doc.cgal.org/latest/Triangulation_3/Triangulation_3_2parallel_insertion_in_delaunay_3_8cpp-example.html

On Mon, Feb 2, 2015 at 12:14 AM, Marc Glisse <> wrote:
On Sun, 1 Feb 2015, Adam Getchell wrote:

FAILED: : && /usr/bin/c++   -O3 -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.fram
ework/Versions/A/Libraries/libGL.dylib CMakeFiles/cdt.dir/src/cdt.cpp.o CMakeFiles/cdt.dir/src/docopt/docopt.cpp.o  -o cdt
-L/usr/local/Cellar/cgal/4.5.1/lib /usr/local/lib/libmpfr.dylib /usr/local/lib/libgmp.dylib
/usr/local/Cellar/cgal/4.5.1/lib/libCGAL_Core.dylib /usr/local/Cellar/cgal/4.5.1/lib/libCGAL.dylib
/usr/local/lib/libboost_thread-mt.dylib /usr/local/lib/libboost_system-mt.dylib /usr/local/Cellar/cgal/4.5.1/lib/libCGAL_Core.dylib
/usr/local/Cellar/cgal/4.5.1/lib/libCGAL.dylib /usr/local/lib/libboost_thread-mt.dylib /usr/local/lib/libboost_system-mt.dylib
-Wl,-rpath,/usr/local/Cellar/cgal/4.5.1/lib && :

I don't see any mention of TBB on this line...

--
Marc Glisse

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





--
Adam Getchell
"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu



Archive powered by MHonArc 2.6.18.

Top of Page