tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vxl: remove obsolete patch
Robin Gloster
9 years ago
3f9e8601
98473cdb
-17
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
vxl
default.nix
gcc5.patch
-2
pkgs/development/libraries/vxl/default.nix
···
22
23
enableParallelBuilding = true;
24
25
-
patches = [ ./gcc5.patch ];
26
-
27
meta = {
28
description = "C++ Libraries for Computer Vision Research and Implementation";
29
homepage = http://vxl.sourceforge.net/;
···
22
23
enableParallelBuilding = true;
24
0
0
25
meta = {
26
description = "C++ Libraries for Computer Vision Research and Implementation";
27
homepage = http://vxl.sourceforge.net/;
-15
pkgs/development/libraries/vxl/gcc5.patch
···
1
-
https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150216/1511118.html
2
-
3
-
--- vxl-git4e07960/vcl/vcl_compiler.h~ 2012-11-02 12:08:21.000000000 +0100
4
-
+++ vxl-git4e07960/vcl/vcl_compiler.h 2015-02-15 13:50:46.376329878 +0100
5
-
@@ -119,6 +119,10 @@
6
-
# else
7
-
# define VCL_GCC_40
8
-
# endif
9
-
+# elif (__GNUC__== 5)
10
-
+// pretend GCC 5 to be GCC 4
11
-
+# define VCL_GCC_4
12
-
+# define VCL_GCC_41
13
-
# else
14
-
# error "Dunno about this gcc"
15
-
# endif
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0