Andrew Belt
|
75f90aa95e
|
Allow cross-compiling plugins by setting CROSS_COMPILE environment variable to a machine triplet.
|
1 year ago |
Andrew Belt
|
9407f0986b
|
Fix dep Cmake variable when cross-compiling Rack plugins.
|
2 years ago |
Andrew Belt
|
a053c4bbad
|
Fix dep build on Mac arm64. Update speexdsp to git submodule.
|
2 years ago |
Andrew Belt
|
dff713f33f
|
Only generate MSYS Makefiles in MSYS shell, not when cross-compiling for Windows.
|
2 years ago |
Andrew Belt
|
cd71d926e4
|
Compile with -march=nehalem. Remove -std=c11 for C files because it causes M_PI, M_SQRT2, etc to not be defined.
|
3 years ago |
Andrew Belt
|
257a2e1dd2
|
Compile dep for Mac 10.9+.
|
3 years ago |
Andrew Belt
|
8ecbacee29
|
Use sed instead of perl for replacements in Makefile.
|
3 years ago |
Andrew Belt
|
2a1a8c90de
|
Compile dependencies with -fPIC so we can statically link them in a shared library.
|
4 years ago |
Andrew Belt
|
690a2dbc21
|
Create dep/ folder when dep.mk is included.
|
5 years ago |
Andrew Belt
|
45168562a7
|
Use --host=$(MACHINE) instead of --build=<hard coded triple>
|
5 years ago |
Andrew Belt
|
f521680856
|
Add --build to configure scripts in dep.mk.
|
5 years ago |
Andrew Belt
|
93bf107d37
|
Add SED to dep.mk
|
5 years ago |
Andrew Belt
|
b87f2e6dc8
|
Create DEP_LOCAL automatically in dep.mk. Document Plugin and Model fields.
|
5 years ago |
Andrew Belt
|
278c9dd387
|
Disable OpenMP on Mac
|
5 years ago |
Andrew Belt
|
bbc5106c00
|
Fix SHA256 function in dep.mk
|
5 years ago |
Andrew Belt
|
01c4a24ca8
|
Update many dep libraries. Add SHA256 checking to dep downloads.
|
5 years ago |
Andrew Belt
|
f33b42a3de
|
Compute DEP_PATH in dep.mk without checking whether the directory
exists
|
6 years ago |
Andrew Belt
|
fdce2724d4
|
Add pffft and fftpack to Rack
|
6 years ago |
Andrew Belt
|
08769ea745
|
Switch from curl to wget for building deps
|
6 years ago |
Andrew Belt
|
03c14d5bb6
|
Make `dep` an order-only target of all objects
|
6 years ago |
Andrew Belt
|
8d6dccd545
|
Tweak README
|
6 years ago |
Andrew Belt
|
367086056d
|
Fix Makefile variable name collision
|
6 years ago |
Andrew Belt
|
7e6855c584
|
Improve structure of dep building
|
6 years ago |
Andrew Belt
|
3a3960a7f4
|
Require RACK_DIR, VERSION, and SLUG in Makefile, refactor dep build
system
|
6 years ago |