FreeBSD Bugzilla – Attachment 201750 Details for
Bug 231806
[NEW PORT] math/libnormaliz: computations in affin monoids, vector configurations etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file of libnormaliz - correction 4
libnormaliz.shar (text/plain), 5.94 KB, created by
Lorenzo Salvadore
on 2019-02-05 10:21:48 UTC
(
hide
)
Description:
shar file of libnormaliz - correction 4
Filename:
MIME Type:
Creator:
Lorenzo Salvadore
Created:
2019-02-05 10:21:48 UTC
Size:
5.94 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># libnormaliz ># libnormaliz/pkg-plist ># libnormaliz/files ># libnormaliz/files/patch-source_libnormaliz_nmz__integral.cpp ># libnormaliz/files/patch-source_libnormaliz_Makefile.classic ># libnormaliz/pkg-descr ># libnormaliz/distinfo ># libnormaliz/Makefile ># >echo c - libnormaliz >mkdir -p libnormaliz > /dev/null 2>&1 >echo x - libnormaliz/pkg-plist >sed 's/^X//' >libnormaliz/pkg-plist << '528f91314a568ed6ed59dec773a48aa8' >Xinclude/libnormaliz/HilbertSeries.h >Xinclude/libnormaliz/cone.h >Xinclude/libnormaliz/cone_property.h >Xinclude/libnormaliz/convert.h >Xinclude/libnormaliz/general.h >Xinclude/libnormaliz/integer.h >Xinclude/libnormaliz/libnormaliz.h >Xinclude/libnormaliz/map_operations.h >Xinclude/libnormaliz/matrix.h >Xinclude/libnormaliz/my_omp.h >Xinclude/libnormaliz/nmz_integrate.h >Xinclude/libnormaliz/normaliz_exception.h >Xinclude/libnormaliz/sublattice_representation.h >Xinclude/libnormaliz/vector_operations.h >Xinclude/libnormaliz/version.h >Xlib/libnormaliz.a >X%%PORTDOCS%%%%DOCSDIR%%/Normaliz.pdf >528f91314a568ed6ed59dec773a48aa8 >echo c - libnormaliz/files >mkdir -p libnormaliz/files > /dev/null 2>&1 >echo x - libnormaliz/files/patch-source_libnormaliz_nmz__integral.cpp >sed 's/^X//' >libnormaliz/files/patch-source_libnormaliz_nmz__integral.cpp << '02de7acee0e5a515b77bcf7583e922e6' >X--- source/libnormaliz/nmz_integral.cpp.orig 2018-09-25 05:50:07 UTC >X+++ source/libnormaliz/nmz_integral.cpp >X@@ -403,7 +403,7 @@ try{ >X vector<Integer> test_grading=C.getSublattice().to_sublattice_dual_no_div(C.getGrading()); >X Integer corr_factor=v_gcd(test_grading); >X mpz_class corr_mpz=convertTo<mpz_class>(corr_factor); >X- I*=BigInt(corr_mpz.get_mpz_t()); >X+ I*=BigIntFromMPZ(corr_mpz.get_mpz_t()); >X >X string result="Integral"; >X if(do_virt_mult) >02de7acee0e5a515b77bcf7583e922e6 >echo x - libnormaliz/files/patch-source_libnormaliz_Makefile.classic >sed 's/^X//' >libnormaliz/files/patch-source_libnormaliz_Makefile.classic << 'd901e76b5d88b6db791d19a4005a91f4' >X--- source/libnormaliz/Makefile.classic.orig 2018-08-21 13:25:10 UTC >X+++ source/libnormaliz/Makefile.classic >X@@ -1,7 +1,6 @@ >X ## >X ## Makefile for libnormaliz >X ## >X-include ../Makefile.configuration >X >X INSTALLHDRS = cone.h cone_property.h convert.h general.h HilbertSeries.h integer.h libnormaliz.h map_operations.h matrix.h my_omp.h normaliz_exception.h sublattice_representation.h vector_operations.h version.h nmz_integrate.h >X >d901e76b5d88b6db791d19a4005a91f4 >echo x - libnormaliz/pkg-descr >sed 's/^X//' >libnormaliz/pkg-descr << 'c9ddaf45fd074be18b86fd5f114d2148' >XNormaliz is an open source tool for computations in affine monoids, >Xvector configurations, lattice polytopes, and rational cones. >X >XComputation goals: >X- convex hulls and dual cones; >X- conversion from generators to constraints and vice versa; >X- projections of cones and polyhedra; >X- triangulations, disjoint decompositions and Stanley decompositions; >X- Hilbert basis of rational, not necessarily pointed cones; >X- normalization of affine monoids; >X- lattice points of rational polytopes and (unbounded) polyhedra; >X- Euclidean and lattice normalized volumes of polytopes; >X- Hilbert (or Ehrhart) series and (quasi) polynomials under Z-gradings >X(for example, for rational polytopes); >X- generalized (or weighted) Ehrhart series and Lebesgue integrals of >Xpolynomials over rational polytopes. >X >XThis port provides only the static library libnormaliz.a and related >Xfiles (headers, documentation). For the executable Normaliz see >Xmath/normaliz. >X >XWWW: https://www.normaliz.uni-osnabrueck.de >c9ddaf45fd074be18b86fd5f114d2148 >echo x - libnormaliz/distinfo >sed 's/^X//' >libnormaliz/distinfo << 'a11da464be42ea896e633c422ce17a23' >XTIMESTAMP = 1536314303 >XSHA256 (Normaliz-Normaliz-v3.6.3_GH0.tar.gz) = 1c3dad1f5256c92dde21b0eea1423afe95d98863c90f5e4cb429ffa71ba57f54 >XSIZE (Normaliz-Normaliz-v3.6.3_GH0.tar.gz) = 9923720 >a11da464be42ea896e633c422ce17a23 >echo x - libnormaliz/Makefile >sed 's/^X//' >libnormaliz/Makefile << 'a7b3e3a83f7a55f9e56417dacf99f7a2' >X# $FreeBSD$ >X >XPORTNAME= libnormaliz >XDISTVERSIONPREFIX= v >XDISTVERSION= 3.6.3 >XCATEGORIES= math >X >XMAINTAINER= phascolarctos@protonmail.ch >XCOMMENT= Computations in affin monoids, vector configurations etc >X >XLICENSE= GPLv3+ >XLICENSE_FILE= ${WRKSRC}/COPYING >X >XBUILD_DEPENDS= ${LOCALBASE}/include/boost/dynamic_bitset.hpp:devel/boost-libs \ >X ${LOCALBASE}/include/gmpxx.h:math/gmp >X >XUSES= gmake >XUSE_GITHUB= yes >X >XGH_ACCOUNT= Normaliz >XGH_PROJECT= Normaliz >X >XBUILD_WRKSRC= ${WRKSRC}/source/libnormaliz >XINSTALL_WRKSRC= ${WRKSRC}/source/libnormaliz >X >XCXXFLAGS+= -I ${LOCALBASE}/include >XMAKEFILE= Makefile.classic >X >XOPTIONS_DEFINE= COCOA DOCS FLINT OPENMP >XCOCOA_DESC= Link with libcocoa.a (might cause circular dependency) >XFLINT_DESC= Link with libflint.a >XCOCOA_BUILD_DEPENDS= ${LOCALBASE}/lib/libcocoa.a:math/cocoalib >XCOCOA_CXXFLAGS= -DNMZ_COCOA -DCoCoA_THREADSAFE_HACK >XCOCOA_LDFLAGS= ${LOCALBASE}/lib -lcocoa >XFLINT_BUILD_DEPENDS= ${LOCALBASE}/lib/libflint.so:math/flint2 >XFLINT_CXXFLAGS= -DNMZ_FLINT >XFLINT_LDFLAGS= -L ${LOCALBASE}/lib -lflint -lmpfr >XOPENMP_BUILD_DEPENDS= ${LOCALBASE}/lib/libomp.so:devel/openmp >XOPENMP_CXXFLAGS= -fopenmp >X >Xdo-install: >X ${MKDIR} ${STAGEDIR}${PREFIX}/include/libnormaliz >X ${INSTALL_DATA} ${INSTALL_WRKSRC}/libnormaliz.a ${STAGEDIR}${PREFIX}/lib >X cd ${INSTALL_WRKSRC} && ${INSTALL_DATA} cone.h cone_property.h convert.h general.h HilbertSeries.h integer.h libnormaliz.h map_operations.h matrix.h my_omp.h normaliz_exception.h sublattice_representation.h vector_operations.h version.h nmz_integrate.h ${STAGEDIR}${PREFIX}/include/libnormaliz >X >Xpost-install-DOCS-on: >X ${MKDIR} ${STAGEDIR}${DOCSDIR} >X ${INSTALL_MAN} ${WRKSRC}/doc/Normaliz.pdf ${STAGEDIR}${DOCSDIR} >X >X.include <bsd.port.mk> >a7b3e3a83f7a55f9e56417dacf99f7a2 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
salvadore
:
maintainer-approval+
Actions:
View
Attachments on
bug 231806
:
197605
|
197621
|
197674
|
197690
| 201750