Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Pfeifer
dynare
Commits
673ceb6d
Verified
Commit
673ceb6d
authored
11 months ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
macOS package: bump to GCC 14
parent
0b8b05bc
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
macOS/homebrew-native-arm64.ini
+2
-2
2 additions, 2 deletions
macOS/homebrew-native-arm64.ini
macOS/homebrew-native-x86_64.ini
+2
-2
2 additions, 2 deletions
macOS/homebrew-native-x86_64.ini
preprocessor
+1
-1
1 addition, 1 deletion
preprocessor
with
6 additions
and
6 deletions
README.md
+
1
−
1
View file @
673ceb6d
...
@@ -457,7 +457,7 @@ cd $DYNAREDIR/x13as
...
@@ -457,7 +457,7 @@ cd $DYNAREDIR/x13as
curl
-O
https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b60.tar.gz
curl
-O
https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b60.tar.gz
tar
xf x13as_asciisrc-v1-1-b60.tar.gz
tar
xf x13as_asciisrc-v1-1-b60.tar.gz
sed
-i
''
's/-static//g'
makefile.gf
sed
-i
''
's/-static//g'
makefile.gf
make
-j
$(
sysctl
-n
hw.ncpu
)
-f
makefile.gf
FC
=
$BREWDIR
/bin/gfortran
LINKER
=
$BREWDIR
/bin/gcc-1
3
FFLAGS
=
"-O2 -std=legacy"
LDFLAGS
=
-static-libgcc
LIBS
=
"
$BREWDIR
/lib/gcc/current/libgfortran.a /
$BREWDIR
/lib/gcc/current/libquadmath.a"
PROGRAM
=
x13as
make
-j
$(
sysctl
-n
hw.ncpu
)
-f
makefile.gf
FC
=
$BREWDIR
/bin/gfortran
LINKER
=
$BREWDIR
/bin/gcc-1
4
FFLAGS
=
"-O2 -std=legacy"
LDFLAGS
=
-static-libgcc
LIBS
=
"
$BREWDIR
/lib/gcc/current/libgfortran.a /
$BREWDIR
/lib/gcc/current/libquadmath.a"
PROGRAM
=
x13as
sudo cp
$DYNAREDIR
/x13as/x13as /usr/local/bin/x13as
sudo cp
$DYNAREDIR
/x13as/x13as /usr/local/bin/x13as
cd
$DYNAREDIR
cd
$DYNAREDIR
x13as
x13as
...
...
This diff is collapsed.
Click to expand it.
macOS/homebrew-native-arm64.ini
+
2
−
2
View file @
673ceb6d
# Meson native file for compiling under Homebrew for arm64 architecture
# Meson native file for compiling under Homebrew for arm64 architecture
[binaries]
[binaries]
cpp
=
'/opt/homebrew/bin/g++-1
3
'
cpp
=
'/opt/homebrew/bin/g++-1
4
'
c
=
'/opt/homebrew/bin/gcc-1
3
'
c
=
'/opt/homebrew/bin/gcc-1
4
'
flex
=
'/opt/homebrew/opt/flex/bin/flex'
flex
=
'/opt/homebrew/opt/flex/bin/flex'
bison
=
'/opt/homebrew/opt/bison/bin/bison'
bison
=
'/opt/homebrew/opt/bison/bin/bison'
...
...
This diff is collapsed.
Click to expand it.
macOS/homebrew-native-x86_64.ini
+
2
−
2
View file @
673ceb6d
# Meson native file for compiling under Homebrew for x86_64 architecture
# Meson native file for compiling under Homebrew for x86_64 architecture
[binaries]
[binaries]
cpp
=
'/usr/local/bin/g++-1
3
'
cpp
=
'/usr/local/bin/g++-1
4
'
c
=
'/usr/local/bin/gcc-1
3
'
c
=
'/usr/local/bin/gcc-1
4
'
flex
=
'/usr/local/opt/flex/bin/flex'
flex
=
'/usr/local/opt/flex/bin/flex'
bison
=
'/usr/local/opt/bison/bin/bison'
bison
=
'/usr/local/opt/bison/bin/bison'
...
...
This diff is collapsed.
Click to expand it.
preprocessor
@
2b4f28c7
Compare
9eb2e73f
...
2b4f28c7
Subproject commit
9eb2e73fb3fd383b6b2a81a0de1338f17c0a6c42
Subproject commit
2b4f28c7a235fe8e05cd0ec4ecf5ca0d54a88ce6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment