mirror of https://github.com/CGAL/cgal
Sun Performance Library debugged and tested
This commit is contained in:
parent
646b0feaa7
commit
d37900d279
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue