Fix alpha case of dependencies.
A while ago I was asked to convert packages to all lowercase. That was done but some dependencies did not get converted in the specification. This commit fixes that as well as a couple of urls that need to be made explicit and a missing dependency on jdk.
This commit is contained in:
@@ -36,7 +36,7 @@ class RRodbc(Package):
|
||||
|
||||
extends('R')
|
||||
|
||||
depends_on('unixODBC')
|
||||
depends_on('unixodbc')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
R('CMD', 'INSTALL', '--library={0}'.format(self.module.r_lib_dir),
|
||||
|
Reference in New Issue
Block a user