gis/OTB: Add blas dependency.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-06-29 20:25:28 -07:00 committed by Willy Sudiarto Raharjo
parent 5dc32011f4
commit e325e0be72
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/orfeotoolbox/OTB/archive/6.6.0/OTB-6.6.0.tar.gz"
MD5SUM="852b1766a5a321e944e366e4a3db20a4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal ITK OpenSceneGraph muParser python3 ossim Shark tinyxml"
REQUIRES="blas gdal ITK OpenSceneGraph muParser python3 ossim Shark tinyxml"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"