https://github.com/chimeratk/commandlinetools

Command line interface for ChimeraTK-DeviceAccess

https://github.com/chimeratk/commandlinetools

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Command line interface for ChimeraTK-DeviceAccess

Basic Info
  • Host: GitHub
  • Owner: ChimeraTK
  • License: lgpl-3.0
  • Language: CMake
  • Default Branch: master
  • Size: 563 KB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Created about 10 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README

Compiling with cmake:

1. Create a build directory. I usually create it inside the source directory 
   which technically is an out of source build, though actually the 
   directory is in the source tree, but the build files are not mixing with
   the source.
   Change into the build directory afterward

$ mkdir build
$ cd build

2. Run CMake to create the Makefile. Pay attention to the two dots. They must 
   be present because they point to the source directory with the
   CMakeLists.txt file.

$ cmake ..

   In case mtca4u is not installed as a system library you probably have
   to define the path to the deviceaccess library

$ cmake .. -Dmtca4u-deviceaccess_Dir=${HOME}/mtca4u/00.FIXME.00/deviceaccess/00.03.01

   By default, the installation will happen to the bin directory of the
   source tree. If you want to specify a different directory, specify the
   CMAKE_INSTALL_PREFIX variable. Note that the binary will be places in 
   a 'bin' directory inside of this install path.

$ cmake .. -DCMAKE_INSTALL_PREFIX=${HOME}

   The previous example will install the mtca4u exetuable to ${HOME}/bin/mtca4u

3. Compile and install

$ make
$ make install

Owner

  • Name: ChimeraTK
  • Login: ChimeraTK
  • Kind: organization

Control system and Hardware Interface with Mapped and Extensible Register-based device Abstraction Tool Kit

GitHub Events

Total
  • Issues event: 1
  • Delete event: 9
  • Issue comment event: 1
  • Push event: 9
  • Pull request review event: 3
  • Pull request event: 18
  • Fork event: 1
  • Create event: 12
Last Year
  • Issues event: 1
  • Delete event: 9
  • Issue comment event: 1
  • Push event: 9
  • Pull request review event: 3
  • Pull request event: 18
  • Fork event: 1
  • Create event: 12

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 10
  • Average time to close issues: over 4 years
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: about 5 hours
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • killenb (1)
Pull Request Authors
  • mhier (11)
  • killenb (5)
  • phako (3)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

pyproject.toml pypi