summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-09-25Build benchfft with gfortran instead of g95kamil1-2/+3
This package doesn't compile with g95 on NetBSD 7.99.39 and older releases according to bulk results (eg. pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-09-20 13:42). It might be also questionable to benchmark code generated with g95. Bump PKGREVISION to 5.
2015-11-03Add SHA512 digests for distfiles for benchmarks categoryagc1-1/+3
Problems found with existing distfile for superpi: distfiles/super_pi-20030927/super_pi.tar.gz No changes were made to the superpi/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. distfiles/eagle-lin32-7.4.0.run
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-07-03Fix type conversion.joerg5-1/+55
2012-04-22Declare void function void; fixes clang build.dholland2-1/+17
2012-02-06Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:runsbd1-3/+5
Bump PKGREVISION
2012-01-12Fix build with gfortran on SunOS and possibly others.hans3-560/+8101
Also tested on NetBSD/i386 5.1 with f2c.
2011-09-12Fix mismatched return statements, which clang dislikesdholland2-1/+17
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-2/+2
that list Fortran in used languages.
2008-06-21Fix build with GCC 4 and f2c.joerg4-1/+866
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-4/+7
their files via a custom do-install target.
2008-01-19Reset maintainer on his request.wiz1-2/+2
2006-07-21Needs a C compiler.rillig1-2/+2
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+2
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-27Remove PKG_FAIL fallout from f2c vs. f77 difference.joerg1-4/+1
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-20Backout last change. f2c is not correctly working here.joerg3-204/+1
2005-12-13Match function arguments with actual usage. Since neither me norjoerg3-1/+204
the maintainer is very fluent with Fortan, let's assume f2c knows what it was doing.
2005-11-05Do not intermingle build phases, CONFIGURE_DIRS can specify a list ofjoerg7-689/+147
directories to process. The removal of pre-configure fixes the config.* handling at the same time. Also specify the config.status overrides. Patch configure to not try to detect -lrfftw, just link the static version explicitly. Do the same for -lfftw. This ensures that we actually do get the static versions without having to worry about libtool being too clever. Retire manual config.sub hacks, this should be handled by config.guess already. <jlam> just go ahead and commit that benchfft patch and let's <jlam> never speak of it again :)
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-22Add RMD160 digests in addition to the SHA1 ones.agc1-1/+3
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-2/+2
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile.
2004-11-01Update MASTERSITES.wiz1-3/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-04-11Convert to buildlink3.snj1-2/+2
2004-02-21s/algorithims/algorithms/snj1-2/+2
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-4/+3
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-10-26Use the built-in routines so we pick up all variable settingsmrauch1-8/+4
(fixes missing -rpath link statement)
2002-12-07whitespace nit.cjep1-2/+2
2002-12-07Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel.cjep1-1/+5
2002-09-30Convert to buildlink2.wiz1-1/+2
2002-09-30Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure.wiz1-2/+2
2002-04-16Update MASTER_SITES and HOMEPAGE, as noted by Ray Phillips.wiz1-3/+4
2001-12-07Add patches to config.sub so macppc is recognizedjmc3-1/+29
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-5/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-15revert previous change. f2c package has been fixed so that the autoconfdmcmahill2-6/+5
builtin test correctly determines runtime path.
2001-04-15add missing -Wl,-R....dmcmahill2-5/+6
2001-04-09Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}wiz1-2/+2
2001-03-19make sure this works with either f77 or f2c-f77. Fixes recently noteddmcmahill2-8/+8
problems using f77 on alpha.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-07Use pkgsrc libtool.skrll1-1/+3