Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2005-04-05 18:33:43 +0400
committerChris Want <cwant@ualberta.ca>2005-04-05 18:33:43 +0400
commit96430458a60d8d2d2a3f0a8fdafd871a9a46bc2e (patch)
treeb77e550f6c9b9a291560f87a947cf94e8856436d /source/nan_definitions.mk
parent0e398039174d75148d4bcf7242b9a6ec68662760 (diff)
Support for SGI Prism:
* set python version to 2.2; * set link flags for ia64 linux to the same as i386, alpha. Thanks to Wayne Vieira for this!
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 3b89a425b07..63ea38296d2 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -275,7 +275,11 @@ endif
export ID = $(shell whoami)
export HOST = $(shell hostname -s)
export NAN_PYTHON ?= /usr
+ ifeq ($(CPU),ia64)
+ export NAN_PYTHON_VERSION ?= 2.2
+ else
export NAN_PYTHON_VERSION ?= 2.3
+ endif
export NAN_PYTHON_BINARY ?= $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
export NAN_OPENAL ?= /usr
export NAN_FMOD ?= $(LCGDIR)/fmod