Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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 5 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 11 12 all: svm-train svm-predict svm-scale 13