Merge remote-tracking branch 'origin/BUGFIX/downloadLinkForLibMesquite'
This commit is contained in:
commit
efc0cde05f
2 changed files with 2 additions and 2 deletions
2
ThirdParty/AllMake.stage3
vendored
2
ThirdParty/AllMake.stage3
vendored
|
@ -87,7 +87,7 @@ fi
|
|||
# Mesquite
|
||||
if [ -z "$MESQUITE_SYSTEM" ]
|
||||
then
|
||||
( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://software.sandia.gov/~jakraft/mesquite-2.1.2.tar.gz )
|
||||
( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/mesquite-2.1.2.tar.gz )
|
||||
else
|
||||
echo "Using system installed Mesquite"
|
||||
echo ""
|
||||
|
|
|
@ -75,7 +75,7 @@ License: Unkown
|
|||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}
|
||||
URL: http://software.sandia.gov/~jakraft
|
||||
URL: http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/
|
||||
Source: %url/%{name}-%{version}.tar.gz
|
||||
Prefix: %{_prefix}
|
||||
Group: Development/Tools
|
||||
|
|
Reference in a new issue