From 960ace98dbf5d9cc9b77672d9b47474a9bd801fd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Dec 2007 22:36:10 +0000 Subject: made guessconfig add use bash (not sh) and return a CPU as i386-32 or i386-64 (was just i386) default python to 2.5 --- source/nan_definitions.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/nan_definitions.mk') diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk index 39479dfccf1..73c0d83713d 100644 --- a/source/nan_definitions.mk +++ b/source/nan_definitions.mk @@ -142,7 +142,9 @@ endif endif else ifeq ($(OS), solaris) - export NAN_OPENEXR ?= /usr/local + # this only exists at the moment for i386-64 CPU Types at the moment + export NAN_OPENEXR ?= $(LCGDIR)/openexr + export NAN_OPENEXR_LIBS ?= $(NAN_OPENEXR)/lib/libIlmImf.a $(NAN_OPENEXR)/lib/libHalf.a $(NAN_OPENEXR)/lib/libIex.a $(NAN_OPENEXR)/lib/libIlmThread.a -lrt else export NAN_OPENEXR ?= /usr/local @@ -469,8 +471,8 @@ endif export ID = $(shell /usr/ucb/whoami) export HOST = $(shell hostname) - export NAN_PYTHON ?= /usr/local - export NAN_PYTHON_VERSION ?= 2.3 + export NAN_PYTHON ?= $(LCGDIR)/python + export NAN_PYTHON_VERSION ?= 2.5 export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION) export NAN_PYTHON_LIB ?= $(NAN_PYTHON)/lib/python$(NAN_PYTHON_VERSION)/config/libpython$(NAN_PYTHON_VERSION).a export NAN_OPENAL ?= $(LCGDIR)/openal -- cgit v1.2.3