Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Stéphane Adjemian
dynare
Commits
bda2b1a1
Verified
Commit
bda2b1a1
authored
1 year ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Windows and macOS packages, README.md: bump to x13as 1.1-b60
parent
1bbfcf42
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+5
-5
5 additions, 5 deletions
README.md
macOS/deps/versions.mk
+1
-1
1 addition, 1 deletion
macOS/deps/versions.mk
windows/deps/versions.mk
+1
-1
1 addition, 1 deletion
windows/deps/versions.mk
with
7 additions
and
7 deletions
README.md
+
5
−
5
View file @
bda2b1a1
...
@@ -296,8 +296,8 @@ cp slicot.a /home/$USER/dynare/slicot/lib/libslicot_pic.a #for octave
...
@@ -296,8 +296,8 @@ cp slicot.a /home/$USER/dynare/slicot/lib/libslicot_pic.a #for octave
# compile x13as from source and put it into /usr/bin/
# compile x13as from source and put it into /usr/bin/
mkdir
-p
/home/
$USER
/dynare/x13as
mkdir
-p
/home/
$USER
/dynare/x13as
cd
/home/
$USER
/dynare/x13as
cd
/home/
$USER
/dynare/x13as
wget https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b
59
.tar.gz
wget https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b
60
.tar.gz
tar
xf x13as_asciisrc-v1-1-b
59
.tar.gz
tar
xf x13as_asciisrc-v1-1-b
60
.tar.gz
sed
-i
"s|-static| |"
makefile.gf
# this removes '-static' in the makefile.gf
sed
-i
"s|-static| |"
makefile.gf
# this removes '-static' in the makefile.gf
make
-f
makefile.gf
FFLAGS
=
"-O2 -std=legacy"
PROGRAM
=
x13as
make
-f
makefile.gf
FFLAGS
=
"-O2 -std=legacy"
PROGRAM
=
x13as
sudo cp
x13as /usr/bin/
sudo cp
x13as /usr/bin/
...
@@ -503,8 +503,8 @@ cd $HOME/dynare
...
@@ -503,8 +503,8 @@ cd $HOME/dynare
```
sh
```
sh
mkdir
-p
$DYNAREDIR
/x13as
mkdir
-p
$DYNAREDIR
/x13as
cd
$DYNAREDIR
/x13as
cd
$DYNAREDIR
/x13as
curl
-O
https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b
59
.tar.gz
curl
-O
https://www2.census.gov/software/x-13arima-seats/x13as/unix-linux/program-archives/x13as_asciisrc-v1-1-b
60
.tar.gz
tar
xf x13as_asciisrc-v1-1-b
59
.tar.gz
tar
xf x13as_asciisrc-v1-1-b
60
.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-13
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-13
FFLAGS
=
"-O2 -std=legacy"
LDFLAGS
=
-static-libgcc
LIBS
=
"
$BREWDIR
/lib/gcc/current/libgfortran.a /
$BREWDIR
/lib/gcc/current/libquadmath.a"
PROGRAM
=
x13as
mkdir
-p
$HOME
/.local/bin
mkdir
-p
$HOME
/.local/bin
...
...
This diff is collapsed.
Click to expand it.
macOS/deps/versions.mk
+
1
−
1
View file @
bda2b1a1
SLICOT_VERSION
=
5.0+20101122
SLICOT_VERSION
=
5.0+20101122
X13AS_VERSION
=
1-1-b
59
X13AS_VERSION
=
1-1-b
60
This diff is collapsed.
Click to expand it.
windows/deps/versions.mk
+
1
−
1
View file @
bda2b1a1
SLICOT_VERSION
=
5.0+20101122
SLICOT_VERSION
=
5.0+20101122
X13AS_VERSION
=
1-1-b
59
X13AS_VERSION
=
1-1-b
60
OCTAVE_VERSION
=
8.3.0
OCTAVE_VERSION
=
8.3.0
OCTAVE_W64_BUILD
=
OCTAVE_W64_BUILD
=
...
...
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