Commit graph

28 commits

Author SHA1 Message Date
Artturin d2285de1ba pcl: 1.11.1 -> 1.12.0 2021-07-30 05:18:25 +03:00
Ben Wolsieffer 71cf65cec5 pcl: fix convex hull support
PCL requires a patch to be compatible with QHull 2020.2. The patch has been
accepted upstream, but this commit uses a version of the patch from Conda, which
has been backported to 1.11.
2021-05-28 21:34:18 -04:00
storvik 9c714b19ee pcl: add wrapQt, remove broken and run nixpkgs-fmt 2021-03-04 16:54:15 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Thomas Tuegel d6a57a8f4d pcl: broken with qtbase >= 5.15 2020-09-07 08:05:35 -05:00
R. RyanTM 6e1512d2d3 pcl: 1.11.0 -> 1.11.1 2020-08-31 17:06:17 -07:00
R. RyanTM c1cb5fee24 pcl: 1.10.1 -> 1.11.0 2020-05-23 00:55:34 +00:00
R. RyanTM bca769cbb7 pcl: 1.10.0 -> 1.10.1 2020-03-23 08:48:21 -07:00
R. RyanTM 3052f46608 pcl: 1.9.1 -> 1.10.0 2020-02-10 18:05:10 +01:00
Daiderd Jordan 0fb071fd00
pcl: remove cf-private 2019-07-03 22:20:16 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Carles Pagès c07783f37d pcl: 1.8.1 -> 1.9.1
Rework of #58825, closes #51573.
2019-04-04 23:15:40 +02:00
Matthew Bauer 21eeb00a08 treewide: get rid of osx cmake flags
Flags that we now set globally:

- CMAKE_OSX_SYSROOT
- CMAKE_OSX_DEPLOYMENT_TARGET

can now be removed.

(cherry picked from commit 8742d5de30dfe2447c0fb56a2e7410b402effc80)
2018-11-05 13:30:42 -06:00
Anthony Cowley 9f22576897 pcl: boost167 compatibility
Cherry pick an upstream commit not yet available in a tagged release.
2018-07-25 13:49:57 +00:00
Anthony Cowley b2c1020a68 pcl: qt4 -> qt5; 1.8.0 -> 1.8.1 2017-10-13 00:59:50 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Anthony Cowley 1a10a377ec pcl: fix problem finding OpenGL on darwin 2016-10-06 02:01:46 -04:00
Damien Cassou acc07df736 pcl: 1.7.2 -> 1.8.0 2016-08-02 19:57:40 +02:00
Anthony Cowley e4e422aa91 pcl: visualization components in darwin
Supplies the necessary frameworks and build system tweaks to build the
vtkWithQt4 components on darwin. This follows on from PRs #14705 and #14749.
2016-05-21 17:38:28 +02:00
Anthony Cowley 50e16a29be pcl: buildable without GUI components
One can build pcl with vtk, qt4, and libXt set to null iff libpng is
explicitly listed as a dependency.

pcl's build system is happy to proceed without those GUI-related
packages as long as libpng is available.
2016-04-07 18:15:10 -04:00
Bjørn Forsman ac8f2391f3 pcl: 1.6.0 -> 1.7.2 (unbreaks build)
New deps added: libXt (required), libpcap (optional).

Releases are now at github.
2015-08-20 07:45:37 +02:00
Pascal Wittmann f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Eelco Dolstra 8a7f3c3618 Mark a bunch of packages as broken or not supported on Darwin 2014-08-08 17:59:02 +02:00
Lluís Batlle i Rossell 5e4a456e6f Typo in pcl meta 2013-05-10 12:04:59 +02:00
Lluís Batlle i Rossell f1e2c585b6 Adding pcl. (Also updating flann, reworking vtk) 2013-05-09 12:36:22 +02:00