diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-02-21 10:08:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:38:39 +0700 |
commit | 9649fa39fdef11eca67b0dbc625a6dc351fb37e5 (patch) | |
tree | 6abd9ba24b6f683ca29e832f3da5365af519e12b /libraries/eigen3/eigen3.SlackBuild | |
parent | b95da1603153c99a3c903ee4bd8b8a8321c097d0 (diff) | |
download | slackbuilds-9649fa39fdef11eca67b0dbc625a6dc351fb37e5.tar.gz |
libraries/eigen3: Updated for version 3.2.4.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'libraries/eigen3/eigen3.SlackBuild')
-rw-r--r-- | libraries/eigen3/eigen3.SlackBuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libraries/eigen3/eigen3.SlackBuild b/libraries/eigen3/eigen3.SlackBuild index 9d1a17d1fb..265a4e1f93 100644 --- a/libraries/eigen3/eigen3.SlackBuild +++ b/libraries/eigen3/eigen3.SlackBuild @@ -21,15 +21,15 @@ # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -# revision date: 2013/03/30 +# +# Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=eigen3 -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-3.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -TARVERSION="eigen-5097c01bcdc4" +TARVERSION=${TARVERSION:-eigen-10219c95fe65} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -68,10 +68,10 @@ tar xvf $CWD/$VERSION.tar.bz2 || tar xvf $CWD/eigen-$TARVERSION.tar.bz2 cd eigen-$TARVERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build |