We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2924d9 commit de11172Copy full SHA for de11172
External/Makefile
@@ -8,7 +8,9 @@ include $(LEVEL)/Makefile.config
8
#
9
# Create the list of directories to compile
10
11
-PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim skidmarks10
+PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim
12
+# Temporarily disable skidmarks
13
+# skidmarks10
14
15
ifneq (,$(findstring x86,$(ARCH)))
16
# Nurbs uses SSE and only works on x86 and x86_64.
0 commit comments