This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| include ../support/Makefile.inc | |
| CXXFLAGS += -g -Wall | |
| .PHONY: clean | |
| # $(MAKE) -C ../../ $(LIB_HALIDE) | |
| resize: resize.cpp | |
| $(CXX) -std=c++11 -stdlib=libc++ -I/usr/local/opt/halide/include -I../support -g -Wall resize.cpp -o resize -lpthread -ldl -lz -lHalide -L/usr/local/opt/halide/lib $(PNGFLAGS) $(LDFLAGS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asio-otus:~$ cd ~/Dropbox/Halide/ | |
| asio-otus:Halide[master •]$ cd apps/ | |
| asio-otus:apps[master •]$ cd resize/ | |
| asio-otus:resize[master •]$ make | |
| /bin/sh: llvm-config: command not found | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ../../ bin/libHalide.a | |
| bash: llvm-config: command not found | |
| bash: llvm-config: command not found | |
| bash: llvm-config: command not found | |
| bash: llvm-config: command not found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cf.dylib libcf.a src/ test_cf test_cf.cc test_cf.o test_cf.run | |
| asio-otus:textmate[master •]$ yoyo build/Frameworks/cf/cf.dylib | |
| + `file -z` results for build/Frameworks/cf/cf.dylib | |
| build/Frameworks/cf/cf.dylib: Mach-O 64-bit dynamically linked shared library x86_64 | |
| + `otool -L` results for build/Frameworks/cf/cf.dylib | |
| build/Frameworks/cf/cf.dylib: | |
| @rpath/cf.dylib (compatibility version 1.0.0, current version 1.0.1) | |
| /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0) | |
| /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1153.18.0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asio-otus:python_bindings[master •]$ rm -rf build/ | |
| asio-otus:python_bindings[master •]$ python setup.py build_ext --verbose --inplace | |
| running build_ext | |
| building 'halide/_cHalide' extension | |
| creating build | |
| creating build/temp.macosx-10.10-x86_64-2.7 | |
| creating build/temp.macosx-10.10-x86_64-2.7/halide | |
| /usr/local/opt/llvm/bin/clang -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/fish/Dropbox/Halide/build/include -Ihalide/ -I/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c halide/cHalide_wrap.cxx -o build/temp.macosx-10.10-x86_64-2.7/halide/cHalide_wrap.o -ffast-math -O3 -msse -std=c++11 -stdlib=libc+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 97%] Built target performance_vectorize | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f test/CMakeFiles/exec_generator_acquire_release_acquire_release.dir/build.make test/CMakeFiles/exec_generator_acquire_release_acquire_release.dir/depend | |
| cd /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25/build && /usr/local/Cellar/cmake/3.2.1/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25 /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25/test /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25/build /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25/build/test /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25/build/test/CMakeFiles/exec_generator_acquire_release_acquire_release.dir/DependInfo.cmake --color= | |
| Linking CXX executable ../bin/warning_double_vectorize | |
| Scanning dependencies of target exec_generator_acquire_release_acquire_release | |
| cd /tmp/halide20150402-23388-1iio4iu/Halide-release_2015_02_25/build/t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| max v2; | |
| #N vpatcher 650 405 1366 898; | |
| #P origin 0 -5; | |
| #P button 198 45 15 0; | |
| #P window setfont "Sans Serif" 9.; | |
| #P newex 313 50 40 196617 t l b b; | |
| #P inlet 313 30 15 0; | |
| #P newex 122 108 78 196617 prepend append; | |
| #P outlet 122 370 15 0; | |
| #P newex 218 149 55 196617 delay 100; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pAVGrid | |
| # | |
| # Python Audio/Video grid controller | |
| # | |
| # (c) 2003 Jerome Alet - <alet@unice.fr> | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; either version 2 of the License, or | |
| # (at your option) any later version. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-01-31 10:09:24 -0500 | |
| cmake | |
| .. | |
| -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/vpp/HEAD | |
| -DCMAKE_BUILD_TYPE=None | |
| -DCMAKE_FIND_FRAMEWORK=LAST | |
| -DCMAKE_VERBOSE_MAKEFILE=ON | |
| -Wno-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # rather than hijacking PYTHONPATH in the .m loader, add the module directory now | |
| sys.path.insert(0, | |
| '%s/Contents/Resources/python' % abspath( | |
| Foundation.NSBundle.mainBundle().bundlePath())) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| NSBitmapImageRep *outputRep = [[[NSBitmapImageRep alloc] | |
| initWithBitmapDataPlanes:NULL | |
| pixelsWide:w | |
| pixelsHigh:h | |
| bitsPerSample:8 | |
| samplesPerPixel:1 | |
| hasAlpha:NO | |
| isPlanar:NO | |
| colorSpaceName:NSCalibratedWhiteColorSpace |