academic/SU2: Mark as 64-bit only.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f34f3ac21b
commit
2736a4b96f
|
@ -22,6 +22,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20220324 bkw: Modified by SlackBuilds.org: mark as unsupported
|
||||
# on 32-bit, since it won't compile and it's a non-trivial fix. The
|
||||
# maintainer of this script is welcome to fix the 32-bit build, but
|
||||
# the SBo admins won't.
|
||||
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="SU2"
|
||||
VERSION="6.2.0"
|
||||
HOMEPAGE="https://su2code.github.io/docs/home/"
|
||||
DOWNLOAD="https://github.com/su2code/SU2/archive/v6.2.0/SU2-6.2.0.tar.gz"
|
||||
MD5SUM="c74d1dbe52d6239c4f9c75cbd3102a90"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/su2code/SU2/archive/v6.2.0/SU2-6.2.0.tar.gz"
|
||||
MD5SUM_x86_64="c74d1dbe52d6239c4f9c75cbd3102a90"
|
||||
REQUIRES="mpich"
|
||||
MAINTAINER="Judah Milgram"
|
||||
EMAIL="milgram@cgpp.com"
|
||||
|
|
Loading…
Reference in New Issue