Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

flann broken because dependency gtest has been removed #14126

Closed
dikr opened this issue Aug 11, 2012 · 0 comments
Closed

flann broken because dependency gtest has been removed #14126

dikr opened this issue Aug 11, 2012 · 0 comments

Comments

@dikr
Copy link

dikr commented Aug 11, 2012

Hi,

Trying to install flann leads to an error because of missing gtest:

$ brew install flann
Error: No available formula for gtest (dependency of flann)
$

Seems gtest has been removed because of issue #14099

Cheers,
Dirk

fgeller pushed a commit to fgeller/homebrew that referenced this issue Aug 22, 2012
gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew#14126.
Sharpie pushed a commit to Sharpie/homebrew that referenced this issue Sep 12, 2012
gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew#14126.
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this issue Dec 17, 2012
gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew#14126.
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants