Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dseries
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
Dynare
dseries
Commits
a3588e28
Verified
Commit
a3588e28
authored
3 years ago
by
Willi Mutschler
Browse files
Options
Downloads
Patches
Plain Diff
Add ability to use self-compiled x13as on Mac
parent
5e870858
Branches
Branches containing commit
No related tags found
1 merge request
!39
Add ability to use self-compiled x13as on Mac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utilities/x13/select_x13_binary.m
+6
-0
6 additions, 0 deletions
src/utilities/x13/select_x13_binary.m
with
6 additions
and
0 deletions
src/utilities/x13/select_x13_binary.m
+
6
−
0
View file @
a3588e28
...
...
@@ -33,6 +33,12 @@ if ismac()
else
x13_binary
=
sprintf
(
'%s%s%s%s'
,
x13_binary
,
'32'
,
filesep
(),
'x13as'
);
end
if
~
exist
(
x13_binary
,
'file'
)
[
status
,
x13_binary
]
=
system
(
'which x13as'
);
if
~
status
x13_binary
=
deblank
(
x13_binary
);
end
end
elseif
isunix
()
x13_binary
=
sprintf
(
'%s%s%s'
,
dseries_x13_root
,
'linux'
,
filesep
());
if
is64bit
()
...
...
This diff is collapsed.
Click to expand it.
Willi Mutschler
@wmutschl
mentioned in commit
be118de7
·
3 years ago
mentioned in commit
be118de7
mentioned in commit be118de73645cf6b0289acd401f281fd8766892f
Toggle commit list
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