allow for more pre- and suffixes in the name of the openblas library
This commit is contained in:
		
							parent
							
								
									3120f12e76
								
							
						
					
					
						commit
						c90979d8ef
					
				| 
						 | 
					@ -239,7 +239,7 @@ set(ZLINTSTRFP zchkrfp.f zdrvrfp.f zdrvrf1.f zdrvrf2.f zdrvrf3.f zdrvrf4.f zerrr
 | 
				
			||||||
 | 
					
 | 
				
			||||||
macro(add_lin_executable name)
 | 
					macro(add_lin_executable name)
 | 
				
			||||||
  add_executable(${name} ${ARGN})
 | 
					  add_executable(${name} ${ARGN})
 | 
				
			||||||
  target_link_libraries(${name} openblas${SUFFIX64_UNDERSCORE})
 | 
					  target_link_libraries(${name} ${LIBNAMEPREFIX}openblas${LIBNAMESUFFIX}${SUFFIX64_UNDERSCORE})
 | 
				
			||||||
#${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
 | 
					#${TMGLIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
 | 
				
			||||||
endmacro()
 | 
					endmacro()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue