The NetBSD Project

CVS log for pkgsrc/math/R-minqa/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / R-minqa

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 3 11:04:04 2024 UTC (2 months, 2 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
Changes since 1.5: +8 -2 lines
Diff to previous 1.5 (colored) to selected 1.3 (colored)

(math/R-minqa) Updated 1.2.5 to 1.2.6

2023-09-09 K Mullen <mullenkate@gmail.com>
	* src/bigden.f, src/biglag.f, src/rescue.f, src/trsapp.f,
	src/trsbox.f: changed DFLOAT --> DBLE

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 2 13:28:58 2023 UTC (10 months, 2 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored) to selected 1.3 (colored)

(math/R-minqa) Updated 1.2.4 to 1.2.5

2022-10-18 K Mullen <mullenkate@gmail.com>
	* src/altmov.f: Added initialization of IBDSAV to 0 at line 170.
	Ben Bolker reported a case that triggered a segfault that I traced
	to this variable being used uninitialized.
	* DESCRIPTION: CRAN now says the Title field should be in title case,
	changed to comply.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 8 19:53:51 2019 UTC (4 years, 8 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.3: +4 -6 lines
Diff to previous 1.3 (colored)

Update all R packages to canonical form.

The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html

Revision 1.3 / (download) - annotate - [selected], Wed Jul 31 19:56:41 2019 UTC (4 years, 8 months ago) by brook
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

R-minqa: update to canonical form of an R package.

Update to the canonical form of an R package.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 28 14:40:49 2018 UTC (5 years, 8 months ago) by brook
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored) to selected 1.3 (colored)

Remove MASTER_SITES= from individual R package Makefiles.

Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Oct 5 01:12:46 2015 UTC (8 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to selected 1.3 (colored)

Import minqa-1.2.4 as math/R-minqa.

Derivative-free optimization by quadratic approximation based on
an interface to Fortran implementations by M. J. D. Powell.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>