Skip to content

Commit

Permalink
math/mprime: update to 30.7b9
Browse files Browse the repository at this point in the history
PR:	264934
  • Loading branch information
rozhuk-im authored and neelchauhan committed Jun 28, 2022
1 parent ba96198 commit 38908da
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 37 deletions.
4 changes: 2 additions & 2 deletions math/mprime/Makefile
@@ -1,8 +1,7 @@
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>

PORTNAME= mprime
PORTVERSION= 29.8b3
PORTREVISION= 2
PORTVERSION= 30.7b9
CATEGORIES= math benchmarks net
MASTER_SITES= http://www.mersenne.org/ftp_root/gimps/ \
ftp://mersenne.org/gimps/
Expand All @@ -18,6 +17,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept

ONLY_FOR_ARCHS= amd64 i386

BUILD_DEPENDS= ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs
LIB_DEPENDS= libcurl.so:ftp/curl \
libhwloc.so.15:devel/hwloc2 \
libgmp.so:math/gmp
Expand Down
6 changes: 3 additions & 3 deletions math/mprime/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1557620197
SHA256 (p95v298b3.source.zip) = dac67702e45689e058519164222b6a1f0b32d9e7c88049f7c59f9699174105f0
SIZE (p95v298b3.source.zip) = 51553788
TIMESTAMP = 1656319706
SHA256 (p95v307b9.source.zip) = e89ce78b01eb3055f5503eabd9d0aec95e1e832361f3f2987098969fe649fdb5
SIZE (p95v307b9.source.zip) = 50929924
18 changes: 6 additions & 12 deletions math/mprime/files/patch-gwnum_makemsys
@@ -1,23 +1,17 @@
--- gwnum/makemsys.orig 2019-04-23 03:05:20 UTC
+++ gwnum/makemsys
@@ -1,13 +1,13 @@
# Makefile for Mingw/msys gwnum library
@@ -2,10 +2,10 @@
#

-CC = gcc
-CFLAGS = -I.. -I../sqlite-amalgamation-3180000 -O2 -march=i486 -malign-double
+CC ?= cc
CC ?= cc
-CFLAGS = -I.. -I../sqlite-amalgamation-3180000 -O2 -march=i486
+CFLAGS += -I.. -I../sqlite-amalgamation-3180000 -O2 -march=i486

-CPP = g++
-CPPFLAGS = -I.. -I../qd -O2 -march=i486 -malign-double
+CXX ?= cc
CXX ?= cc
-CXXFLAGS = -I.. -I../qd -O2 -march=i486
+CXXFLAGS += -I.. -I../qd -O2 -march=i486

-AR = ar
+AR ?= ar

LINUXOBJS = cpuid.o gwnum.o gwtables.o gwthread.o gwini.o gwbench.o gwutil.o gwdbldbl.o giants.o ecmstag1.o
AR ?= ar

@@ -29,4 +29,4 @@ distclean: clean
$(CC) $(CFLAGS) -c $<
Expand Down
20 changes: 0 additions & 20 deletions math/mprime/files/patch-linux_makebsd

This file was deleted.

0 comments on commit 38908da

Please sign in to comment.