Skip to content

Actions

H. Joe Lee edited this page Feb 20, 2024 · 1 revision

Naming Convention

arch-os-build-compiler-options

arch

Follow OpenBSD convention. amd64 is default.

  • amd64
  • arm64
  • i386

os

OpenBSD (obsd) is default.

  • lin
  • mac(1(1|2|3|4))
  • msys2
  • obsd
  • win

build

cmake is default.

  • auto
  • cmake
  • ninja
  • spack
  • xcode

compiler

gcc is default.

  • aocc
  • gcc_arm64: cross-compiler
  • clang(1(5|6|7))
  • icc
  • icx
  • nvhpc

options

  • d = debug (release is default)
  • f = Fortran
  • h = high level
  • j = java
  • r = release (default)
  • sh = build shared
  • tr = tirpc
Clone this wiki locally