add OctavePackage (#6746)

* add OctavePackage

1. remove import CudaPackage which is not needed anymore
2. mention CudaPackage and OctavePackage in packaging guide
3. adjust OctavePackageTemplate
4. add clue file for Octave build
5. sanity check on self.prefix

* use setup_environment
This commit is contained in:
Denis Davydov
2018-01-03 03:03:27 +01:00
committed by Adam J. Stewart
parent fd6b9ac3af
commit 4b5fe75bc3
9 changed files with 88 additions and 49 deletions

View File

@@ -22,7 +22,6 @@
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack.build_systems.cuda import CudaPackage
from spack import *
from spack.package_test import compare_output
from spack.util.executable import Executable