Home
last modified time | relevance | path

Searched +full:macos +full:- (Results 1 – 4 of 4) sorted by relevance

/libCEED/.github/workflows/
H A Dc-fortran-test-linux-osx.yml6 - main
13 os: [ubuntu-24.04, macos-15]
16 - os: macos-15
17 compiler: apple-clang
19 runs-on: ${{ matrix.os }}
22 - name: Environment setup
24 - name: Set compiler
28 if [[ "${{ matrix.os }}" == macos-* ]]; then
29 echo "CC=gcc-15" >> $GITHUB_ENV
35 if [[ "${{ matrix.os }}" == macos-* ]]; then
[all …]
H A Drust-test-with-style.yml6 - main
13 os: [ubuntu-24.04, macos-15]
16 runs-on: ${{ matrix.os }}
19 - name: Environment setup
21 - name: Rust setup
22 uses: dtolnay/rust-toolchain@master
26 components: llvm-tools-preview
27 - name: Install cargo-llvm-cov
28 uses: taiki-e/install-action@v2
30 tool: cargo-llvm-cov
[all …]
H A Dpython-wheels.yml11 # - published
16 if: >-
21 runs-on: ${{ matrix.os }}
24 # windows-2019, macos-11
25 os: [ubuntu-20.04]
28 - uses: actions/checkout@v4
30 - name: Build wheels
33 - uses: actions/upload-artifact@v4
39 if: >-
44 runs-on: ubuntu-latest
[all …]
/libCEED/
H A DDoxyfile20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
26 #---------------------------------------------------------------------------
28 #---------------------------------------------------------------------------
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
37 DOXYFILE_ENCODING = UTF-8
40 # double-quotes, unless you are using Doxywizard) that should identify the
74 # sub-directories (in 2 levels) under the output directory of each output format
79 # control the number of sub-directories.
[all …]