Skip to content

Commit

Permalink
science/dynare: Correct the command recommended in pkg-message
Browse files Browse the repository at this point in the history
The --persist argument is needed on FreeBSD, otherwise the
command SEGVs. But on Ubuntu this argument isn't needed.
The reason, perhaps, is that Octave's graphical backend there
is gnome, and on FreeBSD graphical backend is qt.
  • Loading branch information
yurivict committed Jan 11, 2022
1 parent b8781fc commit 7476f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion science/dynare/files/pkg-message.in
Expand Up @@ -14,7 +14,7 @@ or
session.

You can also run Dynare using one command:
$ octave --eval 'dynare {example}.mod {args}'
$ octave --eval 'dynare {example}.mod {args}' --persist

EOM
}
Expand Down

0 comments on commit 7476f16

Please sign in to comment.