Home
last modified time | relevance | path

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

/petsc/
H A D.gitlab-ci.yml2 # stage-1 take only a few minutes; they do not run the full test suite or external packages.
4 # stage-2 runs on MCS systems and may take 10 to 15 minutes. They run the full test suite but with …
6 # stage-3 runs on MCS systems and may take an hour or more. They run the full test suite and heavil…
8 # The stage-(n) tests are only started if all of the stage-(n-1) tests run without error
13 - stage-1
14 - stage-2
15 - stage-3
16 - stage-4
19 GIT_CLEAN_FLAGS: -ffdxq
21 BASE_EXTRA_OPTIONS: -nox -nox_warning -malloc_dump
[all …]
/petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/
H A DElfTools.pm4 # Copyright (C) 2015-2018 Andrey Ponomarenko's ABI Laboratory
21 # MA 02110-1301 USA
73 if(index($Info[6], "_._.absent_export_")!=-1)
98 my $SonameCmd = "$Objdump -x \"$Path\" 2>$TmpDir/null";
121 "1C0" => "arm",
126 "s390:31-bit" => "s390",
127 "s390:64-bit" => "s390x",
130 "i386:x86-64" => "x86_64",
153 elsif($In::Opt{"OS"} eq "macos")
160 my $Cmd = $OtoolCmd." -hv -arch all \"$Path\"";
[all …]
H A DCallConv.pm4 # Copyright (C) 2009-2011 Institute for System Programming, RAS
5 # Copyright (C) 2011-2012 Nokia Corporation and/or its subsidiary(-ies)
6 # Copyright (C) 2012-2018 Andrey Ponomarenko's ABI Laboratory
13 # x86 - System V ABI Intel386 Architecture Processor Supplement
14 # x86_64 - System V ABI AMD64 Architecture Processor Supplement
17 # x86 - MSDN Argument Passing and Naming Conventions
18 # x86_64 - MSDN x64 Software Conventions
33 # MA 02110-1301 USA
62 if($In::Opt{"Target"}=~/\A(unix|linux|macos|freebsd|solaris)\Z/)
126 elsif($Arch eq "arm")
[all …]
H A DSysFiles.pm4 # Copyright (C) 2015-2019 Andrey Ponomarenko's ABI Laboratory
21 # MA 02110-1301 USA
108 "config-win.h",
132 # MS-DOS
153 "macos"=>{
220 "--version",
221 "-help"
242 if(-f join_P($Path, $Name)) {
246 { # user-defined prefix (arm-none-symbianelf, ...)
247 my $Candidate = join_P($Path, $CrossPrefix."-".$Name);
[all …]
H A DRegTests.pm4 # Copyright (C) 2009-2011 Institute for System Programming, RAS
5 # Copyright (C) 2011-2012 Nokia Corporation and/or its subsidiary(-ies)
6 # Copyright (C) 2012-2018 Andrey Ponomarenko's ABI Laboratory
23 # MA 02110-1301 USA
177 # Removed_Symbol (renamed, source-compatible)
202 # Became Non-Opaque
752 # Removed_Interface (inline virtual d-tor)
3068 p->callback2(1, 2);
3082 p->callback2(1, 2);
4525 # Non-Default to Default
[all …]
/petsc/doc/developers/
H A Dstyle.md7 terminology *subclass*, *implementation*, or *type* [^footnote-1] to refer to a
27 - have an appended `_Private` (for example, `StashValues_Private`)
29 - have an appended `_Subtype` (for example, `MatMultSeq_AIJ`).
44 06. Each application-usable function begins with the name of the class
49 07. Functions that PETSc provides as defaults for user-providable
54 the word “set” or “get”, for example, `-ksp_gmres_restart`.
64 12. Use the abbreviation NaN for Not-a-Number.
71 is a signed 32-bit or 64-bit `int` depending on the `./configure` option
72 `--with-64-bit-indices`. There is the possibility of integer overflow with the
73 32-bit version.
[all …]
/petsc/config/BuildSystem/config/
H A DsetCompilers.py36 isARM_value = -1
116 …help.addArgument('Compilers', '-with-cpp=<prog>', nargs.Arg(None, None, 'Specify the C preprocesso…
117 …help.addArgument('Compilers', '-CPP=<prog>', nargs.Arg(None, None, 'Specify the C prepr…
118 …help.addArgument('Compilers', '-CPPFLAGS=<string>', nargs.Arg(None, None, 'Specify the C only …
119 … help.addArgument('Compilers', '-with-cc=<prog>', nargs.Arg(None, None, 'Specify the C compiler'))
120 …help.addArgument('Compilers', '-CC=<prog>', nargs.Arg(None, None, 'Specify the C compi…
121 …help.addArgument('Compilers', '-CFLAGS=<string>', nargs.Arg(None, None, 'Overwrite the defau…
123 …help.addArgument('Compilers', '-CFLAGS+=<string>', nargs.Arg(None, None, 'Add to the default …
124 …help.addArgument('Compilers', '-CC_LINKER_FLAGS=<string>', nargs.Arg(None, [], 'Specify the C lin…
126 …help.addArgument('Compilers', '-CXXPP=<prog>', nargs.Arg(None, None, 'Specify the C++ pre…
[all …]