|
|
@ -6,8 +6,14 @@ module Docs
|
|
|
|
home: 'https://gcc.gnu.org/fortran/'
|
|
|
|
home: 'https://gcc.gnu.org/fortran/'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '6' do
|
|
|
|
|
|
|
|
self.release = '6.1.0'
|
|
|
|
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/gfortran6'
|
|
|
|
|
|
|
|
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '5' do
|
|
|
|
version '5' do
|
|
|
|
self.release = '5.3.0'
|
|
|
|
self.release = '5.4.0'
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/gfortran5'
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/gfortran5'
|
|
|
|
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
|
|
|
|
self.base_url = "https://gcc.gnu.org/onlinedocs/gcc-#{release}/gfortran/"
|
|
|
|
end
|
|
|
|
end
|
|
|
|