Commit graph

141710 commits

Author SHA1 Message Date
Tom Schoonjans
cdc774fba0 libgsf 1.14.46
Closes #39535.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-05-06 19:30:39 +02:00
BrewTestBot
594928a115 ccache: update 3.7.1 bottle. 2019-05-06 19:30:33 +02:00
luz.paz
da3ef05eb2 ccache 3.7.1
Closes #39534.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-05-06 19:30:31 +02:00
BrewTestBot
cbf9f6dffd bzt: update 1.13.6 bottle. 2019-05-06 19:29:46 +02:00
greyfenrir
f13245f408 bzt 1.13.6
Closes #39540.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-05-06 19:29:30 +02:00
BrewTestBot
290be01f4d agda: update 2.6.0 bottle. 2019-05-06 19:28:39 +02:00
Miëtek Bak
ac4c272d96 agda 2.6.0
Updates Agda to 2.6.0 and the Agda standard library to 1.0.1.

Closes #39530.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-05-06 19:28:37 +02:00
BrewTestBot
410cb3b36e simple-scan: update 3.32.2.1 bottle. 2019-05-06 19:28:24 +02:00
Tom Schoonjans
475be693d9 simple-scan 3.32.2.1
Closes #39537.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-05-06 19:28:22 +02:00
BrewTestBot
c17ba79710
flow: update 0.98.1 bottle. 2019-05-07 00:41:20 +08:00
flow-bot
320715c6a2
flow 0.98.1
Closes #39539.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-07 00:41:16 +08:00
BrewTestBot
2d6ff5d33c
gtksourceview3: update 3.24.11 bottle. 2019-05-07 00:26:10 +08:00
Tom Schoonjans
aeb34b6fff
gtksourceview3 3.24.11
Closes #39536.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-07 00:26:06 +08:00
BrewTestBot
8b15f0f44f
azure-cli: update 2.0.64 bottle. 2019-05-07 00:25:57 +08:00
Azure CLI Team
1a2b7bbb77
azure-cli 2.0.64
Closes #39533.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-07 00:25:54 +08:00
BrewTestBot
f4dc8bed13
ghq: update 0.11.2 bottle. 2019-05-07 00:25:45 +08:00
Bastian Hofmann
973d4da8e7
ghq 0.11.2
Closes #39532.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-07 00:25:41 +08:00
Chongyu Zhu
d3c0ad11af
cargo-completion 0.35.0
Closes #38851.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-06 09:13:18 +08:00
BrewTestBot
ab8d8cd1bf
ghq: update 0.11.1 bottle. 2019-05-06 09:12:07 +08:00
Songmu
48c6952a45
ghq 0.11.1
Closes #39528.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-06 09:12:07 +08:00
Marc Doerflinger
0a21dfd2df
logstash 7.0.1
Closes #39524.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-06 09:12:07 +08:00
BrewTestBot
10b1950a6c
argyll-cms: update 2.1.1 bottle. 2019-05-06 09:12:07 +08:00
jd-a
adfa911df6
argyll-cms 2.1.1
Closes #39523.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-06 09:12:03 +08:00
BrewTestBot
2139905db5
ettercap: update 0.8.2_1 bottle. 2019-05-06 09:09:08 +08:00
Heather
9147a7632a
ettercap: add missing geoip dependency
On Mojave 10.14.3, `brew install --HEAD ettercap` is unable to complete configuration at:

==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/ettercap/HEAD-5fb6048_1 -DCMAKE_BUILD_TY

Last 15 lines from ~/Library/Logs/Homebrew/ettercap/01.cmake:
-- Looking for strndup
-- Looking for strndup - found
-- GeoIP support requested. Will look for the legacy GeoIP C library
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- Checking for one of the modules 'geoip'
-- Could NOT find GEOIP (missing: GEOIP_LIBRARY GEOIP_INCLUDE_DIR)
CMake Error at cmake/Modules/EttercapLibCheck.cmake:211 (message):
  GeoIP not found!
Call Stack (most recent call first):
  CMakeLists.txt:106 (include)
-- Configuring incomplete, errors occurred!

Proposed fix:
Add dependency for:

```
✘ brew info geoip
geoip: stable 1.6.12 (bottled), HEAD
This library is for the GeoIP Legacy format (dat)
```
https://github.com/maxmind/geoip-api-c

- [x ] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?
- [x ] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
- [x ] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?
- [x ] Is your test running fine `brew test <formula>`, where `<formula>` is the name of the formula you're submitting?
- [ x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)?

-----

Closes #39522.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-06 09:09:04 +08:00
BrewTestBot
a49400e6cf
crosstool-ng: update 1.24.0 bottle. 2019-05-06 09:08:56 +08:00
Roman Bolshakov
044765270f
crosstool-ng 1.24.0
Closes #39516.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
2019-05-06 09:08:52 +08:00
BrewTestBot
a5672b074d scalapack: update 2.0.2_14 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
8b2e8a3621 opencv: update 4.1.0_2 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
4cb4c5d83b scipy: update 1.2.1_1 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
0b585975a7 visp: update 3.2.0_2 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
69e47474d6 gmt: update 5.4.5_4 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
2dc2011a45 petsc: update 3.10.3_1 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
8f3332a08b openblas: update 0.3.6 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
cb60ed1912 nwchem: update 6.8.1_6 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
53da0235e9 petsc-complex: update 3.10.3_1 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
5900f925d9 opencv@3: update 3.4.5_2 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
89e3b38e80 r: update 3.6.0_1 bottle. 2019-05-05 18:58:55 +02:00
BrewTestBot
cac984ac05 numpy: update 1.16.3_1 bottle. 2019-05-05 18:58:55 +02:00
Chongyu Zhu
1c6d47fd01 visp: revision for openblas
Closes #39438.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
2019-05-05 18:58:53 +02:00
Chongyu Zhu
30a5b867f5 scipy: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
05bd083933 scalapack: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
498706ecf1 r: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
473da32d55 petsc: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
230502c80c petsc-complex: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
a6ff7af176 opencv@3: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
749905cad0 opencv: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
f7344efedd nwchem: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
e6d6bc938d numpy: revision for openblas 2019-05-05 18:58:53 +02:00
Chongyu Zhu
f3ae04a249 gmt: revision for openblas 2019-05-05 18:58:53 +02:00