octave-instrctl: new package at v0.3.1 (#21845)
This commit is contained in:
parent
ccb4e3da05
commit
b185a2c24c
1 changed files with 18 additions and 0 deletions
18
var/spack/repos/builtin/packages/octave-instrctl/package.py
Normal file
18
var/spack/repos/builtin/packages/octave-instrctl/package.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
|
||||
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
||||
#
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class OctaveInstrctl(OctavePackage, SourceforgePackage):
|
||||
"""Instrument-Control is a package for interfacing the outside world of hardware
|
||||
via Serial, i2c or Parallel interfaces."""
|
||||
|
||||
homepage = "https://octave.sourceforge.io/instrument-control/"
|
||||
sourceforge_mirror_path = "octave/instrument-control-0.3.1.tar.gz"
|
||||
|
||||
version('0.3.1', sha256='d9c3b2e258cc8245ebfdd282e6314af12987daf453f4356555f56ca5ec55873c')
|
||||
|
||||
extends('octave@3.6.0:')
|
Loading…
Reference in a new issue