Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
graphics
mvs-texturing
get_external_libs.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File get_external_libs.sh of Package mvs-texturing
#!/bin/bash # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # Copyright (C) 2018 Malcolm Lewis <malcolmlewis@opensuse.org> DATE=`date +\%Y%m%d` echo "Cleaning up...." if [ -f external_libs.tar.xz ]; then rm -f external_libs.tar.xz fi if [ -d elibs ]; then rm -rf elibs fi echo "Getting mapmap_cpu from git..." git clone --branch master https://github.com/dthuerck/mapmap_cpu.git elibs/mapmap echo "Getting rayint from git..." git clone --branch cuda https://github.com/nmoehrle/rayint.git elibs/rayint echo "Getting eigen tarball, extracting and renaming..." wget https://bitbucket.org/eigen/eigen/get/3.3.2.tar.gz tar xf 3.3.2.tar.gz -C elibs rm 3.3.2.tar.gz mv elibs/eigen* elibs/eigen echo "Getting mve from git..." git clone --branch master https://github.com/nmoehrle/mve.git elibs/mve echo "Compressing above files to tarball..." tar cJf external_libs-${DATE}.tar.xz elibs/
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor