Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
c40d83e9
Commit
c40d83e9
authored
Sep 19, 2012
by
Houtan Bastani
Browse files
update package creation on osx
parent
0f707684
Changes
1
Hide whitespace changes
Inline
Side-by-side
osx/createOsxFolderForPkg.sh
View file @
c40d83e9
...
...
@@ -47,7 +47,7 @@ cp -r $TOP_DYN_DIR/examples $INSTALLDIR
##########################################################
# FIRST BUILD 32 BIT EVERYTHING, 32 BIT MATLAB < 7.5 MEX #
##########################################################
./configure
CFLAGS
=
'-arch i386'
CXXFLAGS
=
'-arch i386'
FFLAGS
=
'-arch i386'
LDFLAGS
=
'-arch i386'
--with-matlab
=
/Applications/MATLAB/R2007a
MATLAB_VERSION
=
7.4
--with-gsl
=
/usr/local32
./configure
CFLAGS
=
'-arch i386'
CXXFLAGS
=
'-arch i386'
FFLAGS
=
'-arch i386'
LDFLAGS
=
'-arch i386'
--with-matlab
=
/Applications/MATLAB/R2007a
MATLAB_VERSION
=
7.4
--with-gsl
=
/usr/local32
--with-slicot
=
/usr/local32
--with-matio
=
/usr/local32
make pdf
cd
$TOP_DYN_DIR
/preprocessor
...
...
@@ -112,7 +112,7 @@ cp $TOP_DYN_DIR/dynare++/kord/kord.pdf
##############################################
make clean
cd
$TOP_DYN_DIR
/mex/build/matlab
./configure
CFLAGS
=
'-arch i386'
CXXFLAGS
=
'-arch i386'
FFLAGS
=
'-arch i386'
LDFLAGS
=
'-arch i386'
--with-matlab
=
/Applications/MATLAB/MATLAB_R2009b_32bit/MATLAB_R2009b.app
MATLAB_VERSION
=
7.9
MEXEXT
=
'mexmaci'
--with-gsl
=
/usr/local32
./configure
CFLAGS
=
'-arch i386'
CXXFLAGS
=
'-arch i386'
FFLAGS
=
'-arch i386'
LDFLAGS
=
'-arch i386'
--with-matlab
=
/Applications/MATLAB/MATLAB_R2009b_32bit/MATLAB_R2009b.app
MATLAB_VERSION
=
7.9
MEXEXT
=
'mexmaci'
--with-gsl
=
/usr/local32
--with-slicot
=
/usr/local32
--with-matio
=
/usr/local32
make
# Matlab
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment