File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ endif
100
100
101
101
102
102
#Generating openblas.pc
103
- @echo Generating openblas.pc in $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)
104
- @echo 'libdir='$(OPENBLAS_LIBRARY_DIR) >> $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc
105
- @echo 'includedir='$(OPENBLAS_INCLUDE_DIR) >> $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc
106
- @echo 'version='$(VERSION) >> $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc
107
- @echo 'extralib='$(EXTRALIB) >> $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc
108
- @cat openblas.pc.in >> $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc
103
+ @echo Generating openblas.pc in " $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)"
104
+ @echo 'libdir='$(OPENBLAS_LIBRARY_DIR) >> " $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc"
105
+ @echo 'includedir='$(OPENBLAS_INCLUDE_DIR) >> " $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc"
106
+ @echo 'version='$(VERSION) >> " $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc"
107
+ @echo 'extralib='$(EXTRALIB) >> " $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc"
108
+ @cat openblas.pc.in >> " $(DESTDIR)$(OPENBLAS_PKGCONFIG_DIR)/openblas.pc"
109
109
110
110
111
111
#Generating OpenBLASConfig.cmake
You can’t perform that action at this time.
0 commit comments