octave-instrctl: new package at v0.3.1 (#21845)

This commit is contained in:
Olivier Cessenat 2021-02-23 11:14:07 +01:00 committed by GitHub
parent ccb4e3da05
commit b185a2c24c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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:')