about summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-01-28gama: fix build on aarch64-darwinWeijia Wang1-0/+2
2024-01-17gama: 2.27 -> 2.28R. Ryantm1-2/+2
2023-11-22gama: 2.26 -> 2.27R. Ryantm1-2/+2
2023-10-15drgeo: dropWeijia Wang2-98/+0
2023-10-10gama: 2.25 -> 2.26R. Ryantm1-2/+2
2023-09-04gama: 2.24 -> 2.25R. Ryantm1-2/+2
2023-05-13antiprism: 0.29 -> 0.30R. Ryantm1-2/+2
2023-03-16gama: 2.23 -> 2.24R. Ryantm1-2/+2
2023-01-22Merge pull request #195613 from r-ryantm/auto-update/gamaWeijia Wang1-2/+2
gama: 2.22 -> 2.23
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-12gama: 2.22 -> 2.23R. Ryantm1-2/+2
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-1/+2
found with nixpkgs-lint
2022-09-05gama: 2.21 -> 2.22R. Ryantm1-2/+2
2022-07-31gama: 2.19 -> 2.21R. Ryantm1-2/+2
2022-06-16gama: 2.17 -> 2.19kilianar1-2/+2
2022-02-17Merge pull request #160340 from helsinki-systems/tetgenajs1241-5/+12
tetgen: also install library and headers
2022-02-17tetgen: also install library and headersScriptkiddi1-5/+12
2022-02-12gama: 2.16 -> 2.17R. Ryantm1-2/+2
2021-12-10gama: 2.14 -> 2.16R. Ryantm1-2/+2
2021-11-07pkgs/applications: rename name to pname&version part 2Felix Buehler1-3/+4
2021-11-02antiprism: 0.26 -> 0.29R. Ryantm1-2/+2
2021-08-09gama: 2.12 -> 2.14R. RyanTM1-2/+2
2021-07-18treewide: remove meta.versionFelix Buehler1-1/+0
2021-04-26tetgen: 1.5.1 -> 1.6.0R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob2-6/+6
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-23gama: 2.09 -> 2.12Matthias Beyer1-4/+4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-11-14antiprism: init at 0.26AndersonTorres1-0/+29
2020-07-18gama: init at 2.09Lancelot SIX1-0/+24
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2020-01-30tetgen: 1.5.0 -> 1.5.1R. RyanTM1-2/+2
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-09-08drgeo: add license + homepageMarkus Kowalewski1-2/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster3-0/+3
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen3-0/+3
Build-tested on x86_64 Linux & Mac.
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-07drgeo: turn off format hardeningRobin Gloster1-0/+2
2015-11-24drgeo: reimplement using mkDerivationJoachim Fasting1-12/+11
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-2/+2
2015-05-25tetgen 1.4.3 -> 1.5.0Tobias Geerinckx-Rice2-5/+28
Keep version 1.4.3 around as `tetgen_1_4`, because the licence changed from MIT to AGPL3+ in the meantime.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-05-18berlios.de probably shut down, replace itVladimír Čunát1-3/+3
The shutdown was announced years ago, only now it stopped working.
2013-07-14Change more packages from direct downloads to mirror://sourceforgeEvgeny Egorochkin1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644