Skip to content

Commit

Permalink
[build] Add new search dir for ATLAS (Thx: Sari Sultan)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpovey authored and eginhard committed Jan 11, 2018
1 parent f1ee70e commit cf33b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ function linux_check_dynamic {
function linux_configure_dynamic {
if $threaded_atlas; then pt=t; else pt=s; fi # relevant to "fat" libraries, will change later for separate ones
if [ -z $ATLASLIBDIR ]; then # Note: it'll pick up the last one below.
for dir in /usr{,/local}/lib{,64}{,/atlas,/atlas-sse2,/atlas-sse3} \
for dir in /usr{,/local}/lib{,64}{,/atlas,/atlas-sse2,/atlas-sse3,/x86_64-linux-gnu} \
`pwd`/../tools/ATLAS/build/install/lib/ $ATLASROOT/lib; do
linux_check_dynamic && ATLASLIBDIR=$dir && ATLASLIBNAME=$atlas_libname
done
Expand Down

0 comments on commit cf33b3d

Please sign in to comment.