I don't know how to create JIRA ticket, so just emailing you guys instead. There's an minor issue when I do the following: 1. cd thirdparty; ./install.sh openblas 2. ./configure --> ERROR "cannot find blas_segmm() function"
Fixed by: "export LDFLAGS=/usr/lib/openblas-base" because openblas is installed at a non standard lib path. You may want to include that path to the configure.ac file? Anh.
