From d37900d2796c233de080a1ff7b2bbfd77eaaf2ac Mon Sep 17 00:00:00 2001 From: Laurent Saboret Date: Mon, 5 Mar 2007 11:01:05 +0000 Subject: [PATCH] Sun Performance Library debugged and tested --- .gitattributes | 3 ++- .../config/support/S46a-SUNPERFORMANCECC | 19 +++++++++++++++++++ ...-SUNPERFORMANCE => S46b-SUNPERFORMANCEGCC} | 9 +++++---- 3 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 Installation/config/support/S46a-SUNPERFORMANCECC rename Installation/config/support/{S46-SUNPERFORMANCE => S46b-SUNPERFORMANCEGCC} (54%) diff --git a/.gitattributes b/.gitattributes index b57f86e782b..60b7a393586 100644 --- a/.gitattributes +++ b/.gitattributes @@ -643,7 +643,8 @@ Installation/config/support/S32-CGALCORE -text Installation/config/support/S40-ZLIB -text Installation/config/support/S41-ZLIBMS -text Installation/config/support/S45-APPLEVECLIB -text -Installation/config/support/S46-SUNPERFORMANCE -text +Installation/config/support/S46a-SUNPERFORMANCECC -text +Installation/config/support/S46b-SUNPERFORMANCEGCC -text Installation/config/support/S47-SGICOMPLIB -text Installation/config/support/S48-MKL64 -text Installation/config/support/S49-MKL32 -text diff --git a/Installation/config/support/S46a-SUNPERFORMANCECC b/Installation/config/support/S46a-SUNPERFORMANCECC new file mode 100644 index 00000000000..b826dd72a79 --- /dev/null +++ b/Installation/config/support/S46a-SUNPERFORMANCECC @@ -0,0 +1,19 @@ +# BLAS (Basic Linear Algebra Subprograms). +# Sun Performance Library provides BLAS and LAPACK. +# This configuration has been tested with Sun CC on Solaris (Sun WorkShop 6.2 +# and Sun Studio 11) and Linux (Sun Studio Express 3). + +DESCRIPTION = Sun Performance Library for Sun CC +PROVIDES = BLAS LAPACK +CXXFLAGS = -DCGAL_USE_F2C +LDFLAGS = -library=sunperf +LIBS = +REQUIRES = +INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER +STDINCLDIRS = +INCLTHING = +STDLIBDIRS = +LIBTHING = +COMPILETESTFLAGS = + +# EOF diff --git a/Installation/config/support/S46-SUNPERFORMANCE b/Installation/config/support/S46b-SUNPERFORMANCEGCC similarity index 54% rename from Installation/config/support/S46-SUNPERFORMANCE rename to Installation/config/support/S46b-SUNPERFORMANCEGCC index 4480dc64f4f..81002208b2f 100644 --- a/Installation/config/support/S46-SUNPERFORMANCE +++ b/Installation/config/support/S46b-SUNPERFORMANCEGCC @@ -1,18 +1,19 @@ # BLAS (Basic Linear Algebra Subprograms). # Sun Performance Library provides BLAS and LAPACK. -# This configuration has been tested with g++. It should probably work with CC. +# This configuration has been tested with g++ on Solaris (Sun Studio 11) and +# Linux (Sun Studio Express 3). Note: Sun WorkShop 6.2 requires -lsunmath. -DESCRIPTION = Sun Performance Library +DESCRIPTION = Sun Performance Library for g++ PROVIDES = BLAS LAPACK CXXFLAGS = -DCGAL_USE_F2C LDFLAGS = -LIBS = sunperf sunmath fsu F77 M77 sunmath c malloc +LIBS = sunperf mtsk fui fsu REQUIRES = INCOMPATIBLE = DOLLAR_WINDOWS_COMPILER STDINCLDIRS = INCLTHING = STDLIBDIRS = /opt/SUNWspro/lib LIBTHING = libsunperf.\* -COMPILETESTFLAGS = +COMPILETESTFLAGS = # EOF