Makefile revision 5248
# The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # See the License for the specific language governing permissions # and limitations under the License. # When distributing Covered Code, include this CDDL HEADER in each # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. # By default, tests in each GSL sub-directory are linked statically against # a set of .la files. We don't deliver those in the GSL package, so we # adjust all the tests to link against the dynamic GSL library instead. 's|^test_LDADD.*$$|test_LDFLAGS = -L`pwd`/../.libs/ -R`pwd`/../.libs/\ntest_LDADD = -lgsl|' \ # Recreate configure and top-level Makefile to pickup libsunperf changes. # Master test results are different not only between 32-bit and 64-bit, but # also between x86 and SPARC (different # of tests run). '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
'-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
'-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
'-e "s|^make.*: Nothing to be.*$$|XXX_CC_XXX|g" ' \
'-e "s|^.*warning:.*$$|XXX_CC_XXX|g" ' \
'-e "s|^.*s up to date.*$$|XXX_CC_XXX|g" ' \
# Needed for "gmake test" to work successfully. # If SHELLOPTS is exported (as it is by the userland makefiles), # then all shell options get exported to child invocations of bash, # which results in test failures due to nounset and xtrace being # set unexpectedly, and errors such as "$1: unbound variable" and # diffs failing due to script tracing in output files. # There are known problems in libsunperf that are causing GSL test failures # in Solaris 12 with Studio 12.4 just on the x86 platform: # linalg: FAIL: LQ_update m(5,3) [88] (32-bit) # caused by 20914954 cblas_gemm differences between x86 and sparcv7 # linalg: FAIL: cholesky_invert hilbert(4) (64-bit) # caused by 20909151 cblas_dsymm differences between amd64 and sparcv9.