Merge branch 'hotfix/ThirdParty_scripts' into mixingPlane
This commit is contained in:
commit
f37bcfa3c2
3 changed files with 3 additions and 3 deletions
2
ThirdParty/AllMake.stage3
vendored
2
ThirdParty/AllMake.stage3
vendored
|
@ -59,7 +59,7 @@ echo
|
|||
# Metis
|
||||
if [ -z "$METIS_SYSTEM" ]
|
||||
then
|
||||
( rpm_make -p metis-5.0pre2 -s metis-5.0pre2.spec -u http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.0pre2.tar.gz )
|
||||
( rpm_make -p metis-5.0pre2 -s metis-5.0pre2.spec -u http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/metis-5.0pre2.tar.gz )
|
||||
else
|
||||
echo "Using system installed Metis"
|
||||
echo ""
|
||||
|
|
|
@ -37,7 +37,7 @@ diff -ruN libccmio-2.6.1_orig/config/config.system libccmio-2.6.1/config/config.
|
|||
i386-apple-darwin8.11.1)
|
||||
echo i386-apple-darwin8 ;;
|
||||
|
||||
+ i386-apple-darwin10.5.0)
|
||||
+ i386-apple-darwin10.5.0 | i386-apple-darwin10.7.0)
|
||||
+ echo i386-apple-darwin10 ;;
|
||||
+
|
||||
*)
|
||||
|
|
2
ThirdParty/rpmBuild/SPECS/metis-5.0pre2.spec
vendored
2
ThirdParty/rpmBuild/SPECS/metis-5.0pre2.spec
vendored
|
@ -73,7 +73,7 @@ License: Unkown
|
|||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
URL: http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis
|
||||
URL: http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD
|
||||
Source: %url/%{name}-%{version}.tar.gz
|
||||
Prefix: %{_prefix}
|
||||
Group: Development/Tools
|
||||
|
|
Reference in a new issue