Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / libsvm / openmp.patch
blobb48fbae1f43fae9f772009021d9a602d9a9110f4
1 --- /Makefile 1970-01-01 01:00:01.000000000 +0100
2 +++ /Makefile 1970-01-01 01:00:01.000000000 +0100
3 @@ -9,8 +9,8 @@
4 endif
6 # Uncomment the following lines to enable parallelization with OpenMP
7 -# CFLAGS += -fopenmp
8 -# SHARED_LIB_FLAG += -fopenmp
9 +CFLAGS += -fopenmp
10 +SHARED_LIB_FLAG += -fopenmp
12 all: svm-train svm-predict svm-scale