veclibfort: explicitly add platform=darwin as requirement (#42664)
This commit is contained in:
		| @@ -30,6 +30,8 @@ class Veclibfort(Package): | |||||||
|     # https://github.com/scipy/scipy/wiki/Dropping-support-for-Accelerate |     # https://github.com/scipy/scipy/wiki/Dropping-support-for-Accelerate | ||||||
|     provides("lapack@3.2.1") |     provides("lapack@3.2.1") | ||||||
| 
 | 
 | ||||||
|  |     requires("platform=darwin", msg="vecLibFort can be installed on macOS only") | ||||||
|  | 
 | ||||||
|     @property |     @property | ||||||
|     def libs(self): |     def libs(self): | ||||||
|         shared = True if "+shared" in self.spec else False |         shared = True if "+shared" in self.spec else False | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Henrik Stooss
					Henrik Stooss