Browse Source

Fixed the makefile bug about openblas_set_num_threads.

tags/v0.1alpha2^2
Xianyi Zhang 14 years ago
parent
commit
af40551c9f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      driver/others/Makefile

+ 1
- 0
driver/others/Makefile View File

@@ -101,6 +101,7 @@ blas_server.$(SUFFIX) : $(BLAS_SERVER) ../../common.h ../../common_thread.h ../.
$(CC) $(CFLAGS) -c $< -o $(@F)

openblas_set_num_threads.$(SUFFIX) : openblas_set_num_threads.c
$(CC) $(CFLAGS) -c $< -o $(@F)

blasL1thread.$(SUFFIX) : blas_l1_thread.c ../../common.h ../../common_thread.h
$(CC) $(CFLAGS) -c $< -o $(@F)


Loading…
Cancel
Save