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
| H5Tconv.c:8549:1: warning: cast increases required alignment of target type [-Wcast-align] | |
| H5Tconv.c:8549:1: warning: cast increases required alignment of target type [-Wcast-align] | |
| H5Tconv.c:8549:1: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] | |
| H5Tconv.c:8549:1: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] | |
| H5Tconv.c:8549:1: warning: cast increases required alignment of target type [-Wcast-align] | |
| H5Tconv.c:8549:1: warning: cast increases required alignment of target type [-Wcast-align] | |
| H5Tconv.c:8549:1: warning: cast increases required alignment of target type [-Wcast-align] | |
| H5Tconv.c:8549:1: warning: cast increases required alignment of target type [-Wcast-align] | |
| H5Tconv.c:8549:1: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] | |
| H5Tconv.c:8549:1: warning: comparing floating point with == or != is unsafe [-Wfloat-equal] |
This file has been truncated, but you can view the full file.
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
| nikescar@debian:~/src/openwrt$ make package/feeds/qihw/libhdf5/compile V=99 | |
| make[1]: Entering directory `/home/nikescar/src/openwrt' | |
| make[2]: Entering directory `/home/nikescar/src/openwrt/package/toolchain' | |
| if [ -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean ]; then rm -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean; fi; echo "libc" >> /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install | |
| if [ -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean ]; then rm -f /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install /home/nikescar/src/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo/toolchain.default.install.clean; |
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 $(TOPDIR)/rules.mk | |
| PKG_NAME:=libhdf5 | |
| PKG_VERSION:=1.8.9 | |
| PKG_RELEASE:=1 | |
| PKG_SOURCE:=hdf5-$(PKG_VERSION).tar.gz | |
| PKG_SOURCE_URL:=http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.9/src/hdf5-1.8.9.tar.gz | |
| PKG_MD5SUM:=d1266bb7416ef089400a15cc7c963218 | |
| #PKG_VERSION:=1.8.10 | |
| #PKG_RELEASE:=1 |
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
| #!/bin/bash | |
| # | |
| # This file echoes a bunch of color codes to the | |
| # terminal to demonstrate what's available. Each | |
| # line is the color code of one forground color, | |
| # out of 17 (default + 16 escapes), followed by a | |
| # test use of that color on all nine background | |
| # colors (default + 8 escapes). | |
| # |
NewerOlder