https://github.com/acts-project/ci-dependencies

https://github.com/acts-project/ci-dependencies

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 (8.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: acts-project
  • Language: Python
  • Default Branch: main
  • Size: 436 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 6
  • Open Issues: 2
  • Releases: 37
Created over 6 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

ACTS super-project with dependencies

This repository contains instructions to build ACTS including all dependencies, except for common ones usually found in package managers.

To get started, clone this repository like:

bash git clone --recursive git@github.com:acts-project/ci-dependencies.git

You can then run the main build script, where you can supply a custom build and install directory.

bash ./build.sh [BUILD_DIR] [INSTALL_DIR] # both arguments are optional

The build script will build ACTS (which you checked out as a submodule with the command above). The source code is found in $REPOSITORY/acts, and can be modified.

[!NOTE] The script and CMake configuration will tell you about missing packages. If you're just getting started, try running one of these one-liners depending on your operating system:

Ubuntu

bash sudo apt-get install -y cmake build-essential libssl-dev zlib1g-dev libncurses5-dev libexpat-dev libxerces-c-dev rsync libfreetype-dev liblzma-dev liblz4-dev libx11-dev libxpm-dev libxft-dev libxext-dev libglu1-mesa-dev libxml2-dev git libzstd-dev

AlmaLinux9

bash sudo dnf group install -y "Development Tools" && sudo dnf install -y epel-release && sudo dnf install -y cmake openssl-devel zlib-devel ncurses-devel expat-devel xerces-c-devel rsync freetype-devel xz-devel lz4-devel libX11-devel libXpm-devel libXft-devel libXext-devel mesa-libGLU-devel libxml2-devel git libzstd-devel

macOS

  1. Install homebrew from https://brew.sh

bash xcode-select --install brew install cmake openssl@3 zlib zstd ncurses expat xerces-c rsync freetype xz lz4 libx11 libxml2 git"

If you want to run only the ACTS build, use

bash cmake --build $YOUR_BUILD_DIR --target acts

Owner

  • Name: Acts
  • Login: acts-project
  • Kind: organization

GitHub Events

Total
  • Release event: 26
  • Delete event: 13
  • Issue comment event: 6
  • Push event: 238
  • Pull request event: 39
  • Fork event: 1
  • Create event: 55
Last Year
  • Release event: 26
  • Delete event: 13
  • Issue comment event: 6
  • Push event: 238
  • Pull request event: 39
  • Fork event: 1
  • Create event: 55

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 21
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 months
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.24
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 month
  • Issue authors: 0
  • Pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.26
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • paulgessinger (30)
  • asalzburger (4)
  • andiwand (4)
  • gagnonlg (1)
  • junggjo9 (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/macos.yml actions
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/macos_cmake.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite