https://github.com/benthevining/linfra

Shared scripts & configuration files for use by the Limes library repositories

https://github.com/benthevining/linfra

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary

Keywords from Contributors

energy-system-model parallel
Last synced: 11 months ago · JSON representation

Repository

Shared scripts & configuration files for use by the Limes library repositories

Basic Info
  • Host: GitHub
  • Owner: benthevining
  • License: gpl-3.0
  • Language: CMake
  • Default Branch: main
  • Homepage:
  • Size: 274 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created about 3 years ago · Last pushed 12 months ago
Metadata Files
Readme Funding License

README.md

linfra

A collection of infrastructure code that provides dev-environment setup for crosscompiling and testing on a variety of platforms.

This repository contains: * CMake presets * Environment variable configuration scripts (.envrc file for direnv on Unix, and batch scripts for Windows) * CMake utility code * Utility scripts

This repository is designed to be project-agnostic, and should be usable by a wide range of consuming projects. See the usage docs for more information about using linfra in your project.

The ultimate goal of linfra is to enable the following workflow for building and testing for a variety of toolchains and platforms: ```sh

crosscompile for iOS, run tests on simulator

cmake --preset iOS cmake --build --preset iOS ctest --preset iOS

crosscompile for WebAssembly using Emscripten

cmake --preset emscripten cmake --build --preset emscripten ctest --preset emscripten ```

GitHub Events

Total
  • Issues event: 1
  • Delete event: 19
  • Push event: 20
  • Pull request event: 39
  • Create event: 22
Last Year
  • Issues event: 1
  • Delete event: 19
  • Push event: 20
  • Pull request event: 39
  • Create event: 22

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 85
  • Total Committers: 2
  • Avg Commits per committer: 42.5
  • Development Distribution Score (DDS): 0.412
Past Year
  • Commits: 34
  • Committers: 1
  • Avg Commits per committer: 34.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
pre-commit-ci[bot] 6****] 50
Ben Vining b****g@g****m 35

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 5
  • Total pull requests: 71
  • Average time to close issues: 9 months
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 68
  • Bot issues: 1
  • Bot pull requests: 71
Past Year
  • Issues: 1
  • Pull requests: 32
  • Average time to close issues: about 5 hours
  • Average time to close pull requests: about 5 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 29
  • Bot issues: 1
  • Bot pull requests: 32
Top Authors
Issue Authors
  • benthevining (3)
  • pre-commit-ci[bot] (1)
Pull Request Authors
  • pre-commit-ci[bot] (100)
Top Labels
Issue Labels
enhancement (2) documentation (1) size/XS (1)
Pull Request Labels
size/XS (90) size/S (1)